Posted by Richard on 06/29/07 16:29
"Bob Bedford" <bob@bedford.com> wrote in message
news:4684e4db$0$3784$5402220f@news.sunrise.ch...
> Hi all,
>
> I've to resize uploaded images with the "imagecopyresampled" but when I've
> images quite large (common those days) I reach the 16mb limits of the ISP.
>
> How can I fix this ? I absolutely need to resize such images.
>
> Bob
Hi Bob,
maybe you can resize them first to an intermediate size using
'imagecopyresized', hoping that resizing takes up less memory than
resampled.
Richard
[Back to original message]
|