We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d837f84 commit d7a367dCopy full SHA for d7a367d
Compress Image/img_comp.py
@@ -1,7 +1,7 @@
1
from PIL import Image
2
3
def compress_image(default_image=Image.open('original_image.jpg')):
4
- ''' Takes an image file and compress it with losing image quality. '''
+ ''' Takes an image file and compress it without losing image quality. '''
5
6
''' If no image file is provided, the default image will be compressed '''
7
Compress Image/requirements.txt
@@ -0,0 +1 @@
+Pillow==8.2.0
0 commit comments