Summary: | Improve Thumbnail transparency | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kamo <digiquest> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, jroos75, metzpinguin, ralfneudorf |
Priority: | NOR | ||
Version: | 6.4.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/4472b594382a4e2e11f3b1272cf4d30ed7ded1e3 | Version Fixed In: | 7.2.0 |
Sentry Crash Report: |
Description
Kamo
2020-02-27 23:49:04 UTC
The checkerboard pattern was a user request that worked a lot with graphics to estimate the position of the graphic in the thumbnail. You can also see in the thumbnail that it is a transparent image. Maik That makes sense. I still think it would be great to have choices to select transparency though. The checkerboard technically works, but not as aesthetically pleasing. I would agree with Kamo. It would be nice to have the option to turn this checkerboard on or off. I have a large number of tiff files that include an alpha channel containing IR data. The checkerboard effect makes them very unpleasant to work with. Git commit 4472b594382a4e2e11f3b1272cf4d30ed7ded1e3 by Maik Qualmann. Committed on 04/03/2021 at 21:07. Pushed by mqualmann into branch 'master'. add possibility to load a background for the alpha thumbnails FIXED-IN: 7.2.0 M +2 -1 NEWS M +34 -0 core/libs/threadimageio/thumb/thumbnailcreator.cpp M +9 -20 core/libs/threadimageio/thumb/thumbnailcreator_engine.cpp M +6 -3 core/libs/threadimageio/thumb/thumbnailcreator_p.h https://invent.kde.org/graphics/digikam/commit/4472b594382a4e2e11f3b1272cf4d30ed7ded1e3 digiKam uses a checkerboard as a background for transparent thumbnails by default. If the file exists under "~/.local/share/digikam/thumbnail/background.png", it will be used as the fill background. This "background.png" must have a size between 10-1024 pixels, it can be transparent, colored or a pattern. Maik The path under Windows is: C:\Users\%USERNAME%\AppData\Roaming\digikam\thumbnail\background.png Maik *** Bug 439207 has been marked as a duplicate of this bug. *** |