Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.45k stars 76 forks source link

Support Sony .ARW RAW files #509

Closed acrow-geo closed 6 months ago

acrow-geo commented 7 months ago

I have a few thousand images taken with a Sony A7 rIII and A7 rIV - these files have a .arw extension and are supported by the usual Linux RAW libs and utilities - any chance of adding support for them please?

I replied to you on Reddit a couple of days ago BTW.

Webreaper commented 7 months ago

I think they should work - I've added the file extension and pushed it to a dev build.

When this finishes https://github.com/Webreaper/Damselfly/actions/runs/7602206891 can you try dev (pull webreaper/damselfly:dev). If it doesn't work, can you attach a sample image for me to test?

acrow-geo commented 7 months ago

I will look when I can - I'm cooking Sunday dinner right now!

Webreaper commented 7 months ago

No rush. I'm about to do the same!

Webreaper commented 7 months ago

Actually, I found some test images here https://www.photographyblog.com/previews/sony_a7s_iii_photos and they don't work, so I need to investigate more....

acrow-geo commented 7 months ago

Seems to be picking up the images at least. Thumbnails not being made though.

Webreaper commented 7 months ago

Yeah, it'll pick up the images once I enable that file extension. But it's not much use until I can find a decoder that can generate the thumbs!

I'll update when I've solved.

acrow-geo commented 7 months ago

Thanks mate, much appreciated!

Webreaper commented 7 months ago

Okay, tested this morning, and I have it working now. Try pulling webreaper/damselfly:dev and let me know if it works.