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
According to the imgix API documentation, you can get the exif data by utilizing the fm modifier. Unfortunately, that doesn't seem to be supported within imgix-rails. Adding the fm option would be helpful.
The text was updated successfully, but these errors were encountered:
Using the ix_image_url function will generate a URL whose response body would contain the exif data. This would be preferred over using ix_image_tag which would wrap the same URL in an <img> tag.
I'm going to close this issue as it is fairly old, but feel free to comment back if any further questions arise.
According to the imgix API documentation, you can get the exif data by utilizing the fm modifier. Unfortunately, that doesn't seem to be supported within imgix-rails. Adding the fm option would be helpful.
The text was updated successfully, but these errors were encountered: