Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to reduce the image files size in python

from PIL import Image
im = Image.open('test.tiff')
im.save('test.jpeg')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reduce #image #files #size #python
ADD COMMENT
Topic
Name
5+4 =