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.49k stars 76 forks source link

Add filter for extremely large files #464

Closed Webreaper closed 7 months ago

Webreaper commented 1 year ago

Huge images (greater than 400MB) cause the AI and other processes to fail. Default to skipping them, but provide an option to allow them.

Depending on what is causing the crash this might be good to investigate. E.g, if it's just ImageSharp or similar crashing when resizing the image for AI processing, it may be possible to work around it by doing it using Skia or ImageMagick.

Fixes #463.