Posted on: 08/25/03 03:33am
By: Anonymous (tokyoahead)
Hi,
I want geeklog to allow image-upload at any size, and then resize them to 160x160 as a \'thumbnail\' with a link to the actual picture.
So I have these settings:
$_CONF[\'keep_unscaled_image\'] = 1; // 1 = keep original images
$_CONF[\'max_image_width\'] = 160; // In pixels
$_CONF[\'max_image_height\'] = 160; // In pixels
$_CONF[\'max_image_size\'] = 1048576; // 1048576 = 1MB
however, when I upload a 640x480 picture, I get the following error:
Image, IMGP0929.JPG does not meet width limitations (is: 480, max: 300)
Image, IMGP0929.JPG does not meet height limitations (is: 640, max: 300)
Where is this 300x300 image limit set? Can I change it?
thanks
Re:Uploaded Image size limits?
Posted on: 08/25/03 04:02am
By: Anonymous (tokyoahead)
Sorry, I actually made an error with my paths etc.
I will have to continue this in the installation section of this forum
thanks for reading.