Git commit 691abb3aa5dac59e3897936bb45c5924c3dc5990 by Burkhard L?ck. Committed on 14/03/2014 at 09:44. Pushed by lueck into branch 'master'.
fix wrong order of example histogram scgeenshots M +6 -6 digikam/sidebar.docbook http://commits.kde.org/digikam-doc/691abb3aa5dac59e3897936bb45c5924c3dc5990 diff --git a/digikam/sidebar.docbook b/digikam/sidebar.docbook index 053f153..f60d3a5 100644 --- a/digikam/sidebar.docbook +++ b/digikam/sidebar.docbook @@ -353,6 +353,12 @@ <para> With an under exposed photograph, the histogram will have a distribution of brightness that tends to be mostly on the left of the graph. + <example> <title>An Under Exposed Photograph</title> + <screenshot><screeninfo>An Under Exposed Photograph</screeninfo><mediaobject><imageobject><imagedata fileref="&path;editorhistogramsample1.png" format="PNG" /> </imageobject></mediaobject></screenshot> + </example> + + With an over exposed photograph, the histogram will have the bulge showing the brightness distributed mostly towards the right of the graph. + <example> <title>An Over Exposed Photograph</title> <screenshot><screeninfo>An Over Exposed Photograph</screeninfo><mediaobject><imageobject><imagedata fileref="&path;editorhistogramsample3.png" format="PNG" /> </imageobject></mediaobject></screenshot> </example> @@ -363,12 +369,6 @@ <screenshot><screeninfo>A Correctly Exposed Photograph</screeninfo><mediaobject><imageobject><imagedata fileref="&path;editorhistogramsample2.png" format="PNG" /> </imageobject></mediaobject></screenshot> </example> - With an over exposed photograph, the histogram will have the bulge showing the brightness distributed mostly towards the right of the graph. - - <example> <title>An Under Exposed Photograph</title> - <screenshot><screeninfo>An Under Exposed Photograph</screeninfo><mediaobject><imageobject><imagedata fileref="&path;editorhistogramsample1.png" format="PNG" /> </imageobject></mediaobject></screenshot> - </example> - </para> <para>
