cppcodeguru
February 18th, 2008, 12:27 AM
Hello,
I had an old version of BB Pro 1.7.0.x that corrupted the EXIF Tags, so I was thinking to buy an upgrade but the new version 1.7.3.1 does the same.
Here is the problem description:
On my website I read EXIF information from the pictures to display on the website with the commands:
$exif = exif_read_data($fp, 0, true);
if ( $exif['EXIF']['DateTimeDigitized'] != "" )
echo "\n
\n Timestamp: " . $exif['EXIF']['DateTimeDigitized'] . " GMT
";
if ( $exif['EXIF']['ISOSpeedRatings'] != "" )
echo "\n ISO: " . $exif['EXIF']['ISOSpeedRatings'] . "
";
...
If I resize a picture with Adobe Photoshop Elements and load it to the website all informations are displayed as well.
If I do a proof with bb pro and do a upload to my webspace the exif informations are corrupted (empty).
Is this a bug or a feature.
Thanks,
Andreas.
I had an old version of BB Pro 1.7.0.x that corrupted the EXIF Tags, so I was thinking to buy an upgrade but the new version 1.7.3.1 does the same.
Here is the problem description:
On my website I read EXIF information from the pictures to display on the website with the commands:
$exif = exif_read_data($fp, 0, true);
if ( $exif['EXIF']['DateTimeDigitized'] != "" )
echo "\n
\n Timestamp: " . $exif['EXIF']['DateTimeDigitized'] . " GMT
";
if ( $exif['EXIF']['ISOSpeedRatings'] != "" )
echo "\n ISO: " . $exif['EXIF']['ISOSpeedRatings'] . "
";
...
If I resize a picture with Adobe Photoshop Elements and load it to the website all informations are displayed as well.
If I do a proof with bb pro and do a upload to my webspace the exif informations are corrupted (empty).
Is this a bug or a feature.
Thanks,
Andreas.