image resize gives blank screen

See all posts Reply

image resize gives blank screen new!
by Keith Forward, 17 years, 1 month ago
Everything works fine until the uploaded image is larger than image_x and then i get a blank screen and an empty image.

These are the additional parameters:
$handle->image_resize            = true;
$handle
->image_ratio_y           = true;
$handle
->image_x                 = 220;
$handle
->file_overwrite = true;
$handle
->file_auto_rename = false;

php version 4.3.2Reply
Re: image resize gives blank screen new!
by colin, 17 years, 1 month ago
Can you please paste here the logs of the class when it fails?Reply