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

Thumbnails of L and XL size are bigger than the original photo #469

Closed ForeverKetone closed 7 months ago

ForeverKetone commented 1 year ago

Hi there!

Decided to give this project a try and noticed that L and XL thumbnails are even bigger in resolution (and size as well) than the original photo. Sometimes the size difference between the original photo and XL thumbnail is around 5x, which does not seem ok.

Here's a screenshot: damselfly

Webreaper commented 1 year ago

Good spot. That's pretty dumb, isn't it?!

Thanks, will look and fix - it certainly shouldn't happen. Out of interest, could you share the original photo that was larger? It's easier for me to test if I have an example.

If you don't want to post here, you can email to info@damselfly.info :)

ForeverKetone commented 1 year ago

Yeah, sure, I packed my two example photos and their xl thumbs in archive below: two_photos_and_xl_thumbs.zip

The difference seems clear when comparing two photos in a graphical editor: comparison

Damselfly's version is v4.0.3.0, installed via docker-compose as described here.