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";
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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Hello Damien Hull,
Are you sure that convert is in /usr/local/bin/convert? On many Linux distributions it is installed in /usr/bin/convert. Type in "which convert" to find out your path, and make sure that it is correct. Also make sure that it can be executed by www-data or nobody.
I hope that this helps, Kasimir Gabert
On 12/3/06, Damien Hull dhull@digitaloverload.net wrote:
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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
[[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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
It works!
I get a thumb nail but it's showing up on the right side. Are there extra options for displaying it on the left, right, center etc...? Jan wrote:
[[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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Yes, there is :)
[[Image:livecd-desktop.jpg|left|200px]]
For more info, see: http://www.mediawiki.org/wiki/Help:Images
Regards, Jan
Damien Hull schrieb:
It works!
I get a thumb nail but it's showing up on the right side. Are there extra options for displaying it on the left, right, center etc...? Jan wrote:
[[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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
[[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@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org