jpegoptim config schema declares "progressive" setting incorrectly as boolean, although the processor expects an integer value. This is not a cosmetic issue, as the if condition gets never fulfilled and though you don't get progressive jpegs, when you enable the setting. Fix is simple, patch to follow
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3021534-5.patch | 1.5 KB | init90 |
| #2 | 3021534-2.patch | 489 bytes | agoradesign |
Comments
Comment #2
agoradesign commentedComment #3
spleshkaRun into the same issue today, changing the field type has fixed the issue.
Comment #5
init90I've also encountered such a problem and the patch help me.
I'm attaching a patch which also contains an update for existing configurations.
Comment #7
steven jones commentedThanks so much for the patches!