mediawiki-l-bounces@lists.wikimedia.org wrote on 10-07-2007 16:24:01:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
KAndreou@rccl.com wrote:
I've installed the latest version of ImageMagick and I've set the appropriate flags in LocalSettings.php: $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/local/bin/convert"; $wgUseImageResize = true;
But, on every image that is resized, I get this error:
Error creating thumbnail: convert: no decode delegate for this image format `/wwwroot/htdocs/mediawiki/images/5/5f/Image1.jpg'.
Sounds like your ImageMagick installation is broken, missing JPEG support. Try recompiling and ensure that JPEG support is included?
- -- brion vibber (brion @ wikimedia.org)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGk+rhwRnhpk1wk44RAhzSAJ4jY/+Jwg0i7aTJGK21cWMj1mdBWQCg1Xhr H7ODKSM955YQUKUW4vBC4OU= =Gxo2 -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
It was configured with JPEG (and other image) support. I get the same error with PNG files and GIFs etc.
I just noticed that the "delegates.xml" file does not contain entries for any of these file types. Is this normal? I saw that the one on the ImageMagick website also doesn't have it.