Image.copy#
- Image.copy(copy: bool = True) Image[source][source]#
Create image copy
- Parameters:
copy (bool) – copy the image data
- Returns:
copy of image
- Return type:
Create a new
Imageinstance which contains a copy of the original image data. Ifcopyis False the newImageinstance contains a reference to the original image data.