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.
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.
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.