Re: [PHP] function imagecreatefromjpeg()

2004-05-12 Thread Petr U.
On Wed, 12 May 2004 12:08:29 +0200 "PHP" <[EMAIL PROTECTED]> wrote: > Is there a solution to fix these files, since they are not really corrupt ? I don't know :) -- Petr U. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] function imagecreatefromjpeg()

2004-05-12 Thread PHP
I checked to open it with Fireworks and I got an error, but other programs like MS Internet Explorer can open it perfectly. The files on which PHP gives an error are the same as the ones that Fireworks can't open and vice versa. Is there a solution to fix these files, since they are not really co

Re: [PHP] function imagecreatefromjpeg()

2004-05-12 Thread Petr U.
On Wed, 12 May 2004 10:48:24 +0200 "PHP" <[EMAIL PROTECTED]> wrote: > [11-May-2004 23:16:15] PHP Warning: imagecreatefromjpeg() [ href='http://www.php.net/function.imagecreatefromjpeg'>function.imagecreatef > romjpeg]: '/home/infos/domalle/miweb/pizias/photodir/6.jpg' is not a > valid JPEG file

[PHP] function imagecreatefromjpeg()

2004-05-12 Thread PHP
Hello, I use the function imagecreatefromjpeg() to create thumbnails of my pictures. This is the code I use : It works for some of my pictures, but with some pictures the result is an imagefile with filesize zero. When I check the log files then I see that these lines has occured: [11-May-2004

[PHP] function imagecreatefromjpeg pb

2004-04-11 Thread Cosas minovela
about GD, Warning: imagecreatefromjpeg(): '/var/www/html/datos/2004/02/crio25.jpg' is not a valid JPEG file. how can i solve it please? image pass the EOF and BOF test, so this is not the problem :)