python-jpeg-encoder
python-jpeg-encoder copied to clipboard
create a standardized JPEG file
I downloaded the script and tested the example code line but the output file is not valid. I attached it. What is the problem? File is like this: `[255, 216,...
Hi! Thanks for your great work. I am wondering what happens if input image is jpg instead of bmp. I could check with my eyes that this code still makes...
Hi, Thanks for the JPEG implementation. I am wondering is this implementation the same as the PIL library or some standard library? Regards, Jinyang
The quantization tables should be written in zigzag order in the jpeg file.