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

bug : progressive jpeg

Open abarre opened this issue 8 years ago • 1 comments

If image-recompress fails to find a better quality for a given image, the resulting image is not encoded in progressive mode even if the option has been set.

The expected behavior is to get a progressive image as a result with the same quality.

abarre avatar Jan 06 '17 14:01 abarre

+1, most jpegs are still able to be optimized by mozjpeg even if they don't actually get recompressed. This would save me having to run images through jpegtran if jpeg-recompress doesn't act on them. Perhaps this could be dependant on the --no-copy switch: If copying the file, optimize it, else if no-copy is set then still skip it.

andrews05 avatar Jun 14 '19 07:06 andrews05