Git commit 2313cf9dbffb80ee1a56340965136ee7334d4ce5 by Burkhard L?ck. Committed on 12/03/2014 at 11:01. Pushed by lueck into branch 'master'.
Histogramm viewer has no Rendering+Color option anymore, new screenshot M +20 -12 digikam/sidebar.docbook M +- -- digikam/sidebarcolorshistogramviewer.png http://commits.kde.org/digikam-doc/2313cf9dbffb80ee1a56340965136ee7334d4ce5 diff --git a/digikam/sidebar.docbook b/digikam/sidebar.docbook index 0644237..d19176b 100644 --- a/digikam/sidebar.docbook +++ b/digikam/sidebar.docbook @@ -233,7 +233,7 @@ <itemizedlist> <listitem><para> - <guilabel>Intensity</guilabel>: shows the distribution of brightness values. + <guilabel>Luminosity</guilabel>: shows the distribution of brightness values. </para></listitem> <listitem><para> @@ -253,10 +253,6 @@ </para> <para> - With the <guilabel>Rendering</guilabel> option, you can determine whether the histogram will be displayed using the <guilabel>Full Image</guilabel> data or only with the current <guilabel>Image Selection</guilabel>. This option can only be enabled if you have previously selected an image region with Image Editor. - </para> - - <para> With <guilabel>Scale</guilabel> option, you can determine whether the histogram will be displayed using a linear or logarithmic Y axis. For images taken with a digital camera, the <guilabel>Linear</guilabel> mode is usually the most useful. However, for images that contain substantial areas of constant color a <guilabel>Linear</guilabel> histogram will often be dominated by a single bar. In this case a <guilabel>Logarithmic</guilabel> histogram will be more useful. </para> @@ -279,10 +275,18 @@ <para> The statistics shown at the bottom of the Histogram Viewer describe the distribution of channel values, restricted to the selected range. These are: - + <itemizedlist> <listitem><para> + The number of pixels in the image. + </para></listitem> + + <listitem><para> + The number whose values fall within the selected range. + </para></listitem> + + <listitem><para> The mean. </para></listitem> @@ -295,20 +299,24 @@ </para></listitem> <listitem><para> - The number of pixels in the image. + The percentage whose values fall within the selected range. + </para></listitem> + + <listitem><para> + The color depth of the image. </para></listitem> <listitem><para> - The number whose values fall within the selected range. + Alpha channel in the image. </para></listitem> <listitem><para> - The percentage whose values fall within the selected range. - </para></listitem> - + The source of the histogramm, either <guilabel>Full Image</guilabel> or <guilabel>Image Region</guilabel> + if you have selected an area of the image in the Editor. + </para></listitem> + </itemizedlist> - In <guilabel>Colors</guilabel> channel mode, the statistics is updated with the foreground color selected with <guilabel>Color</guilabel> option. </para> </sect3> diff --git a/digikam/sidebarcolorshistogramviewer.png b/digikam/sidebarcolorshistogramviewer.png index eb73c6a..0c598a3 100644 Binary files a/digikam/sidebarcolorshistogramviewer.png and b/digikam/sidebarcolorshistogramviewer.png differ
