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
Both libraries used to check if files are images do not support Fujifilm RAF. Elodie still seems to read the exif data with exiftool if you bypass the use of imghdr and pillow in the photo.py is_valid check. In addition to adding raf to the list of extensions in photo.py, you also need to change this:
...would be great! NRW=NIKON; RAF=FUJIFILM
However, I've played around and added NRW to valid extensions. It works like a charm. But when I add RAF to the extensions list, it says:
I can read the EXIF information with exiftool, where is the problem with this extension?
The text was updated successfully, but these errors were encountered: