Topic on Project:Support desk

[RESOLVED] How to enable progressive JPEGs thumbs through imagemagick?

3
Deletedaccount4567435 (talkcontribs)
MarkAHershberger (talkcontribs)

What have you tried? It looks like something like the following would work:

$wgUseImageMagick = false;
$wgCustomConvertCommand = "convert %s -resize %wx%h -interlace TYPE %d";
Reply to "[RESOLVED] How to enable progressive JPEGs thumbs through imagemagick?"