Re: [GD-DEVEL] Premature end of JPEG file
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Franky, On 10/16/07, Franky Braem <[email protected]> wrote: > Hi, > > I'm porting GD to javascript in my wxJavaScript program. Everything > works fine, except for loading jpeg images. When I load it with > gdImageCreateFromJpeg, I get the following error: > > 21:54:41: wxJS: Running Scriptfile > c:\development\wxjs\wxJS2\samples\gd\load.js > Premature end of JPEG file > gd-jpeg: JPEG library reports unrecoverable error: Invalid JPEG file > structure: > missing SOS marker > 21:54:44: Error: wxJS: c:\development\wxjs\wxJS2\samples\gd\load.js(1) : > Class ImageJPEG can't be constructed > 21:54:44: Error: Evaluating script failed The only possible error I can think about is the mode you use to read the file. Do you use the binary mode with fopen? > I can open the Jpg-file with IrfanView without any problem. The image is > created with gdImageJpeg. That's expected, gd creates valid jpeg :) Best, --Pierre