turicreate.Image.save¶
-
Image.
save
(filename)¶ Saves the image to a file system for later use.
File format is inferred from the file extension of the filename. Supported file extensions include: bmp, gif, jpg, png, tiff.
Parameters: - filename : string
The location to save the image.
Examples
>>> img.save('/tmp/my_image.jpg')