-
Couldn't load subscription status.
- Fork 62
Troubleshooting
Seve Salazar edited this page Aug 27, 2013
·
4 revisions
img = VIPS::Image.new("img.jpg")
img.get("exif-ifd0-Orientation")
VIPS::Error: VIPS error: vips_image_get: field "exif-ifd0-Orientation" not foundThis 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.
Originally discussed: #44