Git commit 4b8cbe8558b57ad4950f990938d4f2c7bf807a5e by Gilles Caulier. Committed on 25/08/2016 at 10:53. Pushed by cgilles into branch 'master'.
add print wizard M +2 -0 digikam/index.docbook A +31 -0 digikam/tool-printwizard.docbook http://commits.kde.org/digikam-doc/4b8cbe8558b57ad4950f990938d4f2c7bf807a5e diff --git a/digikam/index.docbook b/digikam/index.docbook index 892039f..7191deb 100644 --- a/digikam/index.docbook +++ b/digikam/index.docbook @@ -42,6 +42,7 @@ <!ENTITY doc-tool-expoblending SYSTEM "tool-expoblending.docbook"> <!ENTITY doc-tool-calendar SYSTEM "tool-calendar.docbook"> <!ENTITY doc-tool-maintenance SYSTEM "tool-maintenance.docbook"> + <!ENTITY doc-tool-printwizard SYSTEM "tool-printwizard.docbook"> <!-- Menus Chapter --> <!ENTITY doc-menu-mainwindow SYSTEM "menu-mainwindow.docbook"> <!ENTITY doc-menu-editor SYSTEM "menu-editor.docbook"> @@ -150,6 +151,7 @@ &doc-tool-expoblending; &doc-tool-calendar; &doc-tool-maintenance; +&doc-tool-printwizard; <!-- ******** MENUS ******************************************************** --> diff --git a/digikam/tool-printwizard.docbook b/digikam/tool-printwizard.docbook new file mode 100644 index 0000000..119ce1c --- /dev/null +++ b/digikam/tool-printwizard.docbook @@ -0,0 +1,31 @@ +<chapter id="tool-printwizard"> +<chapterinfo> + +<abstract> +<para> +The print wizard is a tool for to print images at the same time. +</para> +</abstract> + +</chapterinfo> + +<title>Print Wizard</title> + +<para> +The print wizard allows multiple images to be combined into single +sheets of paper in standard photo sizes for printing. The combined +images can also be automatically opened with the image editor Gimp for +enhancement or for direct printing using the Gimp-Print plugin. The +combined images can also be output directly to jpeg files. +</para> + +</chapter> + +<!-- +Local Variables: +mode: sgml +sgml-omittag: nil +sgml-shorttag: t +End: +--> +
