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
Stanislaw Pankevich edited this page Aug 28, 2013
·
4 revisions
Reading Exif data throws an error
Example Code
img=VIPS::Image.new("img.jpg")img.get("exif-ifd0-Orientation")VIPS::Error: VIPSerror: vips_image_get: field"exif-ifd0-Orientation" not found
This is most commonly a result of a mismatched version of ruby vips and libvips. It is recommended to remove both, and reinstall. Generally speaking, this is a result of upgrading rubyvips without upgrading libvips and/or its dependencies.