You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
+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.
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.
The text was updated successfully, but these errors were encountered: