I'd like to losslessly compress all my images using jpegtran's huffman coding based lossless compression (available through the -optimize flag). Can I access this through jpegtran-cffi?
I've tried simply using the .save() function but the filesize stays the same.
I'd like to losslessly compress all my images using jpegtran's huffman coding based lossless compression (available through the -optimize flag). Can I access this through jpegtran-cffi? I've tried simply using the .save() function but the filesize stays the same.