Forums / Developer / Incorrect APP1 Exif Identifier.
Romeo Antony
Sunday 28 November 2010 12:04:21 am
http://issues.ez.no/IssueView.php?Id=15547
http://issues.ez.no/IssueView.php?Id=15028&ProjectId=3&Anchor=Attachment6522
Still this issue has been seen as unresolved . Anyone knows fix fo this.
For some edited images, exif data is not taken .
Incorrect APP1 Exif Identifier Code in /var/www/html/ez/lib/ezimage/classes/ezexifimageanalyzer.php
Is this is can very badly affect my site. Can I discard it .
Please do a help
Regards
Romeo
Daisy Radix
Sunday 28 November 2010 3:32:09 am
Hello,
Try to replace :
if ( function_exists( 'exif_read_data' ) ) (line 62) by something like:
if ( function_exists( 'exif_read_data' ) && strpos ($printInfo['APP1'], 'Exif') === 0 )
I haven't tried it but it should work.
Daisy
eZ Publish certified developper :http://auth.ez.no/certification/verify/378142
Sunday 28 November 2010 4:03:20 am
Thankyou Daisy. it worked
Sunday 28 November 2010 4:06:15 am
Does it work ?
Sunday 28 November 2010 4:13:09 am
Daisy it worked.
Thanks a lot