mozjpeg icon indicating copy to clipboard operation
mozjpeg copied to clipboard

mozjpeg removes EXIF/ITPC data from PNG files

Open robrwo opened this issue 4 years ago • 1 comments

I've run the mozjpeg build from the master branch, with PNG support enabled. It appears to remove IPTC data from PNG files.

robrwo avatar Sep 25 '20 16:09 robrwo

Yeah, the demo cjpeg command just copies the pixels out of input images. It's generally terrible all-around, so I recommend compiling ImageMagick with MozJPEG support, or using something more sophisticated like https://github.com/imazen/imageflow

kornelski avatar Sep 27 '20 18:09 kornelski