Hello: On 12/26/10, Benjamin Lees <[email protected]> wrote: > Files are only downscaled server-side, not upscaled. I imagine this > is a feature, not a bug. The relevant code is in > includes/media/Bitmap.php: > [snip]
Thanks, Benjamin, for that clarification. It turns out I was able to fix the underlying issue (GIF animations not being downsized properly by the server) by setting $wgMaxShellMemory = 0; in "LocalSettings.php". (0 means "no limit"; presumably a value that was high enough would also work.) See http://knowino.org/w/index.php?title=User_talk:Thomas_Larsen&oldid=5421#Animated_gif for an explanation. Cheers, Tom. -- Thomas Larsen http://basicprogramming.org _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
