Forums / Developer / Incorrect APP1 Exif Identifier.

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Incorrect APP1 Exif Identifier.

Author Message

Romeo Antony

Sunday 28 November 2010 12:04:21 am

#015547: Exif-related issues

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

Romeo Antony

Sunday 28 November 2010 4:03:20 am

Thankyou Daisy. it worked

Romeo

Daisy Radix

Sunday 28 November 2010 4:06:15 am

Does it work ?

eZ Publish certified developper :http://auth.ez.no/certification/verify/378142

Romeo Antony

Sunday 28 November 2010 4:13:09 am

Daisy it worked.

Thanks a lot