Mailing List Archive

Thumbnails won't generate
I can upload and display images fine. However, when I use the "thumb"
feature, or give a pixel size smaller than the original, it shows a
missing picture. The thumbnail frame generates, as well as any other
commands...just no image. Safe mode is off. I don't know what else to
try...
Re: Thumbnails won't generate [ In reply to ]
Hi Ashami,
have uncommented the lines
---8<---------
## To enable image uploads, make sure the 'images' directory
## is writable, then uncomment this:
$wgDisableUploads = false;
$wgUseImageResize = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
---8<----------
in LocalSettings.php? Have you installed ImageMagick? Type
/usr/bin/convert on command line if you are not sure.
.Sebastian

Ashami wrote:
> I can upload and display images fine. However, when I use the "thumb"
> feature, or give a pixel size smaller than the original, it shows a
> missing picture. The thumbnail frame generates, as well as any other
> commands...just no image. Safe mode is off. I don't know what else to
> try...

--
"Alle Sünden kann man verzeihen, nur die Dummheit nicht!" (Sprichwort)
Thumbnails won't generate [ In reply to ]
I can upload and display images fine. However, when I use the "thumb"
feature, or give a pixel size smaller than the original, it shows a
missing picture. The thumbnail frame generates, as well as any other
commands...just no image. Safe mode is off. I don't know what else to
try...
Re: Thumbnails won't generate [ In reply to ]
Did you have ImageMagick installed when you configured MediaWiki?
Thats needed for thumbnailing.

Cian


On Fri, 15 Oct 2004 11:57:59 -0500, Ashami <ash@ashami.com> wrote:
> I can upload and display images fine. However, when I use the "thumb"
> feature, or give a pixel size smaller than the original, it shows a
> missing picture. The thumbnail frame generates, as well as any other
> commands...just no image. Safe mode is off. I don't know what else to
> try...
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l@Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>