Connecting Tech Pros Worldwide Help | Site Map

Work with BIG picture

 
LinkBack Thread Tools Search this Thread
  #1  
Old February 26th, 2007, 11:35 AM
Daniele
Guest
 
Posts: n/a
Default Work with BIG picture

Hi all
i have a script where you simply upload a picture and with $image =
imagecreatefromjpeg create an object to be able to work with it.
If i upload small picture ( less then 2M )it work fine and 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']);"
my php.ini memory_limit is set to 40M;
i have to be able to upload jpg on hight resolution up to 5-6 Mb
any idea ?

  #2  
Old February 26th, 2007, 11:55 AM
=?ISO-8859-15?Q?Iv=E1n_S=E1nchez_Ortega?=
Guest
 
Posts: n/a
Default Re: Work with BIG picture

Daniele wrote:
Quote:
[...] 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']);"
Quote:
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.

--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

Now listening to: Intuit - Bar Lounge Classics Vol. 1 CD 10 - [13] O
Preguicoso (6:23) (95%)
  #3  
Old February 26th, 2007, 12:05 PM
Daniele
Guest
 
Posts: n/a
Default Re: Work with BIG picture

Iván Sánchez Ortega wrote:
Quote:
Daniele wrote:
>
Quote:
>[...] 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']);"
>
Quote:
>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
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.