Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exifread return incorrect value #174

Open
RhoLuke opened this issue Feb 8, 2023 · 1 comment
Open

exifread return incorrect value #174

RhoLuke opened this issue Feb 8, 2023 · 1 comment

Comments

@RhoLuke
Copy link

RhoLuke commented Feb 8, 2023

Hi, i'm trying to extract the exif valies from a raw image, the exifread function process_file seems to work, but some tags are incorrect.
I report an example below:

exif = exifread.process_file(file, detail=False)

if I type
exif['Image Orientation']

I obtain the following output: (0x0112) Short=Rotated 90 CW @ 78

but if I type exif['Image Orientation'].values
I obtain the following ouput: [6]

@kikislater
Copy link

kikislater commented Jul 22, 2023

What about exif['Image Orientation'].printable ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants