cppcodeguru
February 20th, 2009, 12:50 PM
Hello,
I get the following warnings from the php function exif_read_data after working with BB Pro 1.92. I used the new feature to add gps coordinates to a DNG file, then I resized it to 400x400 size and saved it as jpg. I uploaded it to panoramio and all seemed to be fine, the correct position was displayed. But after uploading the picture to my homepage gallery, I got the following exif_read_data warnings from my php script command ... $exif = exif_read_data($fp, 0, true) ...:
Warning: exif_read_data(20090204_212856_G9_01_1171_1.jpg) [function.exif-read-data]: incorrect APP1 Exif Identifier Code
Warning: exif_read_data(20090204_212856_G9_01_1171_1.jpg) [exif_read_data]: illegal IFD size: x0003 + 2 + x2A49*12 = x1FB6F > x209C
Warning: exif_read_data(20090204_212856_G9_01_1171_1.jpg) [exif_read_data]: process tag(x0000=UndefinedTa): Illegal pointer offset(x60002 + x10F0000 = x1150002 > x209C)
Can anyone help?
I get the following warnings from the php function exif_read_data after working with BB Pro 1.92. I used the new feature to add gps coordinates to a DNG file, then I resized it to 400x400 size and saved it as jpg. I uploaded it to panoramio and all seemed to be fine, the correct position was displayed. But after uploading the picture to my homepage gallery, I got the following exif_read_data warnings from my php script command ... $exif = exif_read_data($fp, 0, true) ...:
Warning: exif_read_data(20090204_212856_G9_01_1171_1.jpg) [function.exif-read-data]: incorrect APP1 Exif Identifier Code
Warning: exif_read_data(20090204_212856_G9_01_1171_1.jpg) [exif_read_data]: illegal IFD size: x0003 + 2 + x2A49*12 = x1FB6F > x209C
Warning: exif_read_data(20090204_212856_G9_01_1171_1.jpg) [exif_read_data]: process tag(x0000=UndefinedTa): Illegal pointer offset(x60002 + x10F0000 = x1150002 > x209C)
Can anyone help?