Re: resize image and memory limits
- From: none <""arjen\"@(none)">
- Date: Fri, 29 Jun 2007 13:53:06 +0200
Bob Bedford wrote:
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
Iirc Imagemagick handles these resizes more memory efficiently
Check Imagick in php>5
Arjen
.
Relevant Pages
- Re: resize image and memory limits
... Bob Bedford wrote: ... I've images quite large I reach the 16mb limits of the ISP. ... I absolutely need to resize such images. ... Otherwise tell your provider he's an idiot and ask for imagemagick :-) ... (comp.lang.php) - Re: resize image and memory limits
... I've to resize uploaded images with the "imagecopyresampled" but when I've ... images quite large I reach the 16mb limits of the ISP. ... (comp.lang.php) - Re: Photo attachments dont fit screen
... select output folder ... set thumbnail size to 600*600 ... creates a replica folder full of resized images anything from 50*50 to ... there was no way to resize globally within the camera (even at the lowest ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: Automatic Picture Sizing and Renaming
... | I have several hundred pictures I'd like to resize to 800x600 and I'd ... | also like to randomize their names to have them shuffle on a computer ... | I'm not sure how to get this to work on a whole directory full of pictures. ... Rename all images in said source directory to a random number ... (Fedora) - Re: Photo attachments dont fit screen
... select output folder ... creates a replica folder full of resized images anything from 50*50 to ... digital camera and was ... disappointed to see that there was no way to resize globally within ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) |
|