jpeg-archive icon indicating copy to clipboard operation
jpeg-archive copied to clipboard

Using jpeg-recompress with cmyk color system doesn't works

Open abarre opened this issue 8 years ago • 0 comments

We detected that jpeg images in the CYMK color system were not supported by jpeg-recompress. However, mozjpeg seems to support this color system.

jpeg-recompress -Q --quality medium -m mpe -S disable ~/Desktop/3346470422995_patch.jpeg test.jpg
Unsupported color conversion request

I tried to use jpegoptim on the same image that also leverages on mozjpeg and jpegoptim correctly compresses the image.

I think that the right color system is not correctly detected by jpeg-recompress and thus jpeg-recompress doesn't correctly call mozjpeg methods.

abarre avatar Feb 15 '17 08:02 abarre