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.