Summary: | Numeric values in Histogram -> Statistics frame should be right-aligned | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | bcr |
Component: | Usability-Ergonomy | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.3 | |
Sentry Crash Report: | |||
Attachments: | Several images and their histogram |
Description
bcr
2007-04-13 07:23:07 UTC
I would also suggest shortening the current label "Standard deviation" to just "Std. deviation" to help the proportions. Created attachment 20845 [details]
Several images and their histogram
I did a more thorough check of the patch, and find quite
a few cases, where it does not work optimally:
(A) too much is cut-off
(B) not enough is cut-off to the right
(C) too much is cut-off
(D) too much is cut-off
Maybe one should only use the largest 10% and lowest 10%
to detect blown out high-lights and shadows and
regard everything else as normal contents?
Unless there are any values which are being clipped, I would
suggest to always leave 2-3% of the height just blank,
so that it is clear, when something is clipped.
If you revise the patch, I am perfectly happy to test it again
(maybe we can still sneak it into the release candidate for 0.9.2 ;-)
Arnd, Are you posted your message in the right B.K.O file ? (:=))) Gilles Gilles, sorry - no, completely wrong bug! Please ignore #2 here, should have gone to http://bugs.kde.org/show_bug.cgi?id=144155 SVN commit 742611 by cgilles: fix histogram statistics layout to be more readable. BUG: 144165 KDE4PORT M +22 -22 imagepropertiescolorstab.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=742611 SVN commit 742620 by cgilles: backport commits #742611 from KDE3 branch CCBUGS: 144165 M +26 -26 imagepropertiescolorstab.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=742620 |