• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

When some photos are uploaded the EXIF data is saved to the database but removed from the photo

altsupport

Chevereto Member
▶🚶‍Reproduction steps
  1. Login and upload a photo. (so far i have only noticed this on some photos with 72 DPI)
  2. Here is an example of a picture that does this. https://1drv.ms/u/s!Aimld0XV5HvziuME0OSXlYZX54yy0g?e=0CWYix
😢Unexpected result

When uploading certain photos with 72 DPI the EXIF data is saved to the database but is no longer saved to the picture when downloading a full quality image off the site. The file size is reduced and the DPI changes to 96.

📃Error log message

No Error
 
Exif data will be always removed when doing resizing or fixing the image orientation. This is because in the process a new image must be generated and the system doesn't preserve the Exif data.
 
I understand that but the pictures didn’t need resizing or need to have image orientation fixed. I don’t have resizing set on the upload.
 
Image orientation is always applied, if possible. Otherwise the pics will look odd in listings and when embedding.
 
Thanks for your earlier replies, but don't worry about this. I found the function. I am hoping to adjust the code and use ImageMagick to rotate the images because it should let you keep the EXIF data. It's not limited to pictures with 72 DPI, it affects all images that need rotating as you said..

In case anyone is wondering the code for this is in class.upload.php lines 139 and 349.
 
Back
Top