Bitmap image thumbnailing on MediaWiki

Status
Not open for further replies.

linuxx14

New Member
Messages
2
Reaction score
0
Points
1
Hi,

I have set up MediaWiki with x10hosting but the problem is I don't know what command invokes ImageMagick's convert tool on x10. I have tried:
Code:
$wgImageMagickConvertCommand = '/usr/bin/convert';

Code:
$wgImageMagickConvertCommand = 'convert';
and:
Code:
$wgImageMagickConvertCommand = '/usr/sbin/convert';

But not one has worked.
 
Status
Not open for further replies.
Top