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

Failed to make thumbnails from HEIC images #488

Closed pilith closed 11 months ago

pilith commented 1 year ago

On version 4.0.7.0 run from docker, it failed to start the process to convert any of the HEIC images I have to thumbnails.

[19:48:07.169-.NET ThreadPool Worker-ERR] Failed commandline was: convert -define jpeg:size=800x800 "/pictures/DCIM/101APPLE/IMG_1488.HEIC" -quality 90 -unsharp 0.5x0.5+1.25+0.0 -thumbnail 800x800 -auto-orient "/thumbs/DCIM/101APPLE/IMG_1488_l.JPG" [19:48:07.184-.NET ThreadPool Worker-ERR] Conversion failed. Unable to start process: Failed [19:48:07.184-.NET ThreadPool Worker-ERR] Failed commandline was: convert -define jpeg:size=800x800 "/pictures/DCIM/101APPLE/IMG_1481.HEIC" -quality 90 -unsharp 0.5x0.5+1.25+0.0 -thumbnail 800x800 -auto-orient "/thumbs/DCIM/101APPLE/IMG_1481_l.JPG" [19:48:07.188-.NET ThreadPool Worker-ERR] Conversion failed. Unable to start process: Failed

It looks like you added the ability to convert HEIC a bit ago. I am running the server on Linux pop-os 6.2.6-76060206. The log is attached. Damselfly-20230812.log

Webreaper commented 1 year ago

Might be a bad upgrade for ImageMagick. I'll do some testing and get back to you.

Webreaper commented 11 months ago

Looks like exiftool and imagemagick both had build issues when I upgraded the base container. Should be fixed in 4.0.8 - please let me know!