Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.44k stars 76 forks source link

Add image rotation #431

Open Webreaper opened 1 year ago

Webreaper commented 1 year ago

https://exiftool.org/forum/index.php?topic=7909.0

marijnv2000 commented 4 months ago

Do I understand correctly that currently, orientation metadata is not read/used? I have a bunch of .cr2 files with metadata (checked using exiftool) "Orientation: Rotate 270 CW" that are displaying on their side.

Webreaper commented 4 months ago

It should be read correctly and the image oriented. If not, can you attach a sample image and I'll take a look?

On Sat, 27 Apr 2024, 14:42 Marijn, @.***> wrote:

Do I understand correctly that currently, orientation metadata is not read/used? I have a bunch of .cr2 files with metadata (checked using exiftool) "Orientation: Rotate 270 CW" that are displaying on their side.

— Reply to this email directly, view it on GitHub https://github.com/Webreaper/Damselfly/issues/431#issuecomment-2080690279, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFMR3WZJ5JAPVTKKR3Q773Y7OTLVAVCNFSM6AAAAAARGO27S6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBQGY4TAMRXHE . You are receiving this because you authored the thread.Message ID: @.***>

marijnv2000 commented 4 months ago

File is too big to attach here.. See google drive link: https://drive.google.com/file/d/1Tz6MqP_AWPCO5x7Yc1AC8eXbhLmwNLR6/view?usp=sharing

exiftool shows "Rotate 270 CW". Local image viewers open it up with the correct orientation, damselfly shows it sideways like this:

image

Webreaper commented 4 months ago

Moved to #530