Git commit 920ff88a46d7617f0183e703172f51860fb5adf6 by Yuri Chornoivan. Committed on 12/01/2018 at 16:55. Pushed by yurchor into branch 'master'.
Fix XML M +36 -14 digikam/using-facetagging.docbook https://commits.kde.org/digikam-doc/920ff88a46d7617f0183e703172f51860fb5adf6 diff --git a/digikam/using-facetagging.docbook b/digikam/using-facetagging.docbook index e140131..2929e02 100644 --- a/digikam/using-facetagging.docbook +++ b/digikam/using-facetagging.docbook @@ -1,4 +1,5 @@ -<sect1 id="using-facetagging"> <title>Face tagging with &digikam; </title> +<sect1 id="using-facetagging"> + <title>Face tagging with &digikam;</title> <para> &digikam; allows for either manual or automatic face tagging. @@ -9,21 +10,42 @@ </para> <para> - For tagging people manually you can preview an image, click on <guilabel>Add a Face Tag</guilabel> icon highlighted on the screenshot below - - <title>Add a Face Tag</title> - <screenshot><mediaobject><imageobject> - <imagedata fileref="&path;using-facetagging-addfacetag.png" format="PNG" /> - </imageobject></mediaobject></screenshot> - and then draw a rectangle around the face while holding <guilabel>Left-Click</guilabel> followed by entering the person's name and pressing <keycap>Enter</keycap>. - - <title>Draw a face region</title> - <screenshot><mediaobject><imageobject> - <imagedata fileref="&path;using-facetagging-drawregion.png" format="PNG" /> - </imageobject></mediaobject></screenshot> + For tagging people manually, you can preview an image, click on <guilabel>Add a Face Tag</guilabel> icon highlighted on the screenshot below. + </para> - Instead of clicking on <guilabel>Add a Face Tag</guilabel> icon you can draw a face region while holding <keycap>Ctrl</keycap> key. + <screenshot> + <screeninfo>Adding a Face Tag</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="&path;using-facetagging-addfacetag.png" format="PNG" /> + </imageobject> + <textobject> + <phrase> + Adding a Face Tag + </phrase> + </textobject> + </mediaobject> + </screenshot> + <para> + And then draw a rectangle around the face while holding &LMB; followed by entering the person's name and pressing &Enter;. + </para> + + <screenshot> + <screeninfo>Drawing a Face Tag</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="&path;using-facetagging-addfacetag.png" format="PNG" /> + </imageobject> + <textobject> + <phrase> + Drawing a Face Tag + </phrase> + </textobject> + </mediaobject> + </screenshot> + <para> + Instead of clicking on <guilabel>Add a Face Tag</guilabel> icon you can draw a face region while holding &Ctrl; key. </para> </sect1>
