[PHP] Re: imagecreatefromjpeg() uses too much memory

2006-03-28 Thread Al
You didn't say, but, I assume that ordinary users will not be uploading to your web hotel. Thus To cope with the file size you must preprocess your images in an image editor, [e.g., PhotoShop, PaintShop Pro, etc.]. Enhance and compress as necessary. In general, it is best to use an image ed

RE: [PHP] Re: imagecreatefromjpeg

2004-04-05 Thread Hawkes, Richard
sage- From: Todd Cary [mailto:[EMAIL PROTECTED] Sent: 05 April 2004 15:54 To: [EMAIL PROTECTED] Subject: [PHP] Re: imagecreatefromjpeg Jason - I would like to give users the ability to upload jpeg images and have my php app size them into thumbnails as well as have a larger image available

[PHP] Re: imagecreatefromjpeg

2004-04-05 Thread Todd Cary
Jason - I would like to give users the ability to upload jpeg images and have my php app size them into thumbnails as well as have a larger image available if the thumbnail is clicked. Are there examples of this available? Todd Jason Barnett wrote: From http://www.php.net/manual/en/function

[PHP] Re: imagecreatefromjpeg

2004-03-30 Thread Jason Barnett
From http://www.php.net/manual/en/function.imagecreatefromjpeg.php To all those having trouble with a message to the effect of: CreateImageFromJpeg() not supported in this PHP build Start by adding --with-jpeg-dir to your ./configure options as I left this out (not knowing I needed it) and I spen

[PHP] Re: imagecreatefromjpeg

2004-03-30 Thread Jason Barnett
Bruno Santos wrote: Hello all. Im developing a page, and need to create a thumb of some images. i've compiled PHP 4.3.5 with the built-in support of GD, even having installed the GD library. the problem is that i call the imagecreatefromjpeg function, and PHP returns a fatal error when in run