| 
 Posted by Daniele on 02/26/07 12:55 
Iván Sánchez Ortega wrote: 
> Daniele wrote: 
>  
>> [...] i'm able to resize crop end save but with bigger picture php  
>> generate and error of memory_limit on the line where is "$image = 
>> imagecreatefromjpeg($_FILES['imgfile']['tmp_name']);" 
>  
>> any idea ? 
>  
> The PHP image library loads the entire *uncompressed* image into memory. 
> That means sh*tloads of memory for large images. 
>  
> Consider using memory-efficient external tools to accomplish this task, such 
> as the ImageMagick suite. 
>  
thanks 
not sure if i can install on my server 
can i install with out be root ? just for my user ? i do have ssh access
 
  
Navigation:
[Reply to this message] 
 |