Skip to main content

naman

Using Python and Pillow to reduce an image's size on disk without sacrificing quality.
718 words·4 mins
naman
python pillow image lossless compression reduce size less size codeb blog
Python and Pillow provide us a very simple way to compress/reduce in size, large image files with almost zero loss of image clarity. In true python fashion, most of the heavy lifting is already done by the pillow and graphic libraries internally, we just need to call a few functions.