Print Topic - Archive

E-Blah Community  /  Modification Archive  /  Image Resize
Posted by: Martin, December 13, 2005, 12:59pm
This code was originally posted by Jesse for 8.3
The mod resizes uploaded images using Imagemagick.

It is set to resize to 400 x 400 which is suitable for most boards, if you want the image smaller then open the mod and change:

Code
$exit_code = system("convert -sample 400x400\\> $savedfile $savedfile");



to suit your forum.
Print page generated: December 3, 2008, 3:17pm