You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the EXIF Orientation field in cantaloupe.properties to true:
# Whether to auto-rotate images using the EXIF `Orientation` field.
# The check for this field can impair performance slightly.
processor.metadata.respect_orientation = true
However the rotation is not taken into account.
This is the original image (it will show correctly rotated because it is the unprocessed original):
Is there something I forgot to setup?
I read that there were several bugs related to EXIF metadata that are solved with the new Cantaloupe version. Will updating Cantaloupe fix the rotation?
Thank you!
The text was updated successfully, but these errors were encountered:
We are using Cantaloupe 4.1.7 and this jpg processr:
I set the EXIF
Orientation
field in cantaloupe.properties to true:However the rotation is not taken into account.
This is the original image (it will show correctly rotated because it is the unprocessed original):
https://ekultura.hr/oais/iiif/2/a-f155c1cd-13fa-3ec1-b62e-68c2737b68d6/full/2835,4409/0/default.jpg
This is a processed smaller version, and it lost the rotation:
https://ekultura.hr/oais/iiif/2/a-f155c1cd-13fa-3ec1-b62e-68c2737b68d6/full/800,/0/default.jpg
Is there something I forgot to setup?
I read that there were several bugs related to EXIF metadata that are solved with the new Cantaloupe version. Will updating Cantaloupe fix the rotation?
Thank you!
The text was updated successfully, but these errors were encountered: