From: David S. <ds...@my...> - 2002-10-28 03:04:08
|
After writing the below, I am thinking I might be due for a TIFF library update. I will explore this now. (TIFF.pm?) I have a few photo albums that have images altered by Arles Web Page Creator. It appears that a certain version I had been using may have mangled the JPGs somehow. I have a feeling it might have to do with adding EXIF tags. Anyway, I wonder if there is something I can do to the images, or there is something that we can change in IDS to resolve this? Maybe it can just ignore the kludged part of the image? Here's a sample error on the web page: Software error: Warning 325: Corrupt JPEG data: 2 extraneous bytes before marker 0xdb (albums//4x4_Pics/Frankraines_TTORA_5-6-2001/105-0511_IMG.JPG) at /idsShared.pm line 754. For help, please send mail to the webmaster (ad...@my...), giving this error message and the time and date of the error. Logs: [Sun Oct 27 18:32:27 2002] index.cgi: Global symbol "$tag" requires explicit package name at /usr/lib/perl5/site_perl/5.005/Image/TIFF.pm line 536. [Sun Oct 27 18:32:27 2002] index.cgi: Global symbol "$type" requires explicit package name at /usr/lib/perl5/site_perl/5.005/Image/TIFF.pm line 537. [Sun Oct 27 18:32:27 2002] index.cgi: Global symbol "$count" requires explicit package name at /usr/lib/perl5/site_perl/5.005/Image/TIFF.pm line 537. [Sun Oct 27 18:32:27 2002] index.cgi: Global symbol "$val" requires explicit package name at /usr/lib/perl5/site_perl/5.005/Image/TIFF.pm line 537. [Sun Oct 27 18:32:27 2002] index.cgi: Global symbol "$ifds" requires explicit package name at /usr/lib/perl5/site_perl/5.005/Image/TIFF.pm line 541. [Sun Oct 27 18:32:27 2002] index.cgi: Creating path "album-data//4x4_Pics/Frankraines_TTORA_5-6-2001/" at /idsShared.pm line 806 [Sun Oct 27 18:32:27 2002] index.cgi: main::writeItemDesc('album-data//4x4_Pics/Frankraines_TTORA_5-6-2001/alb um_image.txt', '//4x4_Pics/Frankraines_TTORA_5-6-2001/105-0511_IMG.JPG') called at /idsShared.pm line 687 [Sun Oct 27 18:32:27 2002] index.cgi: main::generateAlbumPreview('albums//4x4_Pics/Frankraines_TTORA_5-6-2001' ) called at /home/dsmith/public_html/photos/index.cgi line 428 [Sun Oct 27 18:32:27 2002] index.cgi: main::generateAlbum('/4x4_Pics') called at /home/dsmith/public_html/photos/index.cgi line 106 [Sun Oct 27 18:32:28 2002] index.cgi: Warning 325: Corrupt JPEG data: 2 extraneous bytes before marker 0xdb (albums//4x4_Pics/Frankraines_TTORA_5-6-2001/105-0511_IMG.JPG) at /idsShared.pm line 731 [Sun Oct 27 18:32:28 2002] index.cgi: main::generateAlbumPreview('albums//4x4_Pics/Frankraines_TTORA_5-6-2001' ) called at /home/dsmith/public_html/photos/index.cgi line 428 [Sun Oct 27 18:32:28 2002] index.cgi: main::generateAlbum('/4x4_Pics') called at /home/dsmith/public_html/photos/index.cgi line 106 [Sun Oct 27 18:32:28 2002] index.cgi: Warning 325: Corrupt JPEG data: 2 extraneous bytes before marker 0xdb (albums//4x4_Pics/Frankraines_TTORA_5-6-2001/105-0511_IMG.JPG) at /idsShared.pm line 754. |