in reply to Corrupted data problem in copyResampled using GD.pm
Compare any of the thumbnails here against the full size image that is shown when you click on the thumbnail: http://mtziontrenton.com/cgi-bin/ezwebalbum.cgi?cgiAction=albumDisplay&category=Celebrations&album=Celebrations2
If you're creating the full-size image by expanding the thumbnail, then ignore this reply. (But why would you do that?)
Otherwise, recheck your process for uploading the images -- my guess would be there's a "dos text-mode" component somewhere in the transfer, and the image files tend to have a byte somewhere that equates to ^Z (EOF tag for dos text files), or else there's just a ^J ("new-line" in text files) where a text-mode transfer is prepending ^M ("carriage-return"), and that's screwing up the image stream. But that's just a guess.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Corrupted data problem in copyResampled using GD.pm
by brianviehland (Initiate) on Feb 11, 2004 at 08:09 UTC |