[Mediawiki-l] Pictures and ImageMagick

Jan 2036 at gmx.de
Sun Dec 3 18:34:41 UTC 2006


 >     [[Image:livecd-desktop.jpg]]

With this, MW or ImageMagick will never resize something. This code will show 
the image in full resolution.
Try
[[Image:livecd-desktop.jpg|thumb|My Live-CD]]
or
[[Image:livecd-desktop.jpg|100px]]

Regards,
Jan

Damien Hull schrieb:
> Here's the code.
> 
>     [[Image:livecd-desktop.jpg]]
> 
> Jan wrote:
>> Hello!
>>
>> And which syntax u used in the wiki to display to image resized?
>>
>> Regards,
>> Jan
>>
>>
>> Damien Hull schrieb:
>>   
>>> Is ImageMagick supposed to resize images?
>>>
>>> I uploaded a jpg image and it didn't get resized. Heres the code I have 
>>> in my LocalSettings.php file.
>>>
>>>    $wgEnableUploads       = true;
>>>    $wgUseImageResize      = true;
>>>    $wgUseImageMagick = true;
>>>    $wgImageMagickConvertCommand = "/usr/local/bin/convert";
>>> _______________________________________________
>>> MediaWiki-l mailing list
>>> MediaWiki-l at Wikimedia.org
>>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>>>
>>>     
>> _______________________________________________
>> MediaWiki-l mailing list
>> MediaWiki-l at Wikimedia.org
>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>>   
> 
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
> 



More information about the MediaWiki-l mailing list