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
First thanks for your work on this library, which is super useful and we use it extensively on Panoramax, especially on a little lib to read GPS and dates from JPEG images.
I'm wondering if there is a way to read image height/width from file itself when the dimensions are not available in EXIF tags (we used Exif.Photo.Pixel[X|Y]Dimension or Xmp.GPano.CroppedAreaImage[Height|Width]Pixels for now). In this image, not EXIF tags seem to contain this information : example.jpg.zip
Hi!
I just released v2.15.0, which adds img.get_pixel_width() and img.get_pixel_height().
It is not recommended to get the width and height from the image metadata, as the metadata may be falsified.
Hello,
First thanks for your work on this library, which is super useful and we use it extensively on Panoramax, especially on a little lib to read GPS and dates from JPEG images.
I'm wondering if there is a way to read image height/width from file itself when the dimensions are not available in EXIF tags (we used
Exif.Photo.Pixel[X|Y]Dimension
orXmp.GPano.CroppedAreaImage[Height|Width]Pixels
for now). In this image, not EXIF tags seem to contain this information : example.jpg.zipExtracted EXIF & all tags:
Exiftool manages to detect image size :
I have no idea if this is feasible with pyexiv2 😅 Thanks for your help 😀
Best regards
The text was updated successfully, but these errors were encountered: