Git commit 92d471f03a9221382c0e2b49305e192cb701eeb6 by Gilles Caulier. Committed on 22/08/2016 at 14:14. Pushed by cgilles into branch 'master'.
remove obsolete entries M +0 -5 index.docbook D +0 -56 resizeimages.docbook http://commits.kde.org/kipi-plugins-doc/92d471f03a9221382c0e2b49305e192cb701eeb6 diff --git a/index.docbook b/index.docbook index 4bac61f..7fbc72d 100644 --- a/index.docbook +++ b/index.docbook @@ -7,7 +7,6 @@ <!ENTITY doc-flickrexport SYSTEM "flickrexport.docbook"> <!ENTITY doc-imagesgallery SYSTEM "imagesgallery.docbook"> <!ENTITY doc-printwizard SYSTEM "printwizard.docbook"> - <!ENTITY doc-resizeimages SYSTEM "resizeimages.docbook"> <!ENTITY doc-sendimages SYSTEM "sendimages.docbook"> ]> <!-- FIXME link to http://www.digikam.org --> @@ -78,9 +77,6 @@ The plugins available in this handbook are: <para><link linkend="printwizard">Print Wizard plugin</link></para> </listitem> <listitem> -<para><link linkend="resizeimages">Resize Images plugin</link></para> -</listitem> -<listitem> <para><link linkend="sendimages">Send Images plugin</link></para> </listitem> </itemizedlist> @@ -96,7 +92,6 @@ please contact the Kipi team mailing list at <email>[email protected]</email>. &doc-flickrexport; &doc-imagesgallery; &doc-printwizard; -&doc-resizeimages; &doc-sendimages; <chapter id="credits"> diff --git a/resizeimages.docbook b/resizeimages.docbook deleted file mode 100644 index eb548f7..0000000 --- a/resizeimages.docbook +++ /dev/null @@ -1,56 +0,0 @@ -<chapter id="resizeimages"> -<chapterinfo> - -<authorgroup> - <author> - <firstname>Gilles</firstname><surname>Caulier</surname> - <affiliation><address><email>caulier dot gilles at gmail dot com</email></address></affiliation> - </author> -</authorgroup> - -<abstract> -<para> -The Kipi Resize Images plugin is a tool that resizes or adapts images' dimensions. -</para> -</abstract> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Kipi</keyword> -</keywordset> -</chapterinfo> - -<title>Resize Images</title> - -<para> -This plugin can be used to batch resize images in an image collection. It uses the -<command>convert</command> program from the <application>ImageMagick</application> -package. You can make images larger or smaller. Three resizing types have been implemented: -</para> - -<itemizedlist> -<listitem><para><guilabel>Proportional (1 dim.)</guilabel>: standard auto-resizing -using one dimension. The width or the height of the images will be automatically -selected depending on the images orientation. The images' aspect ratio is preserved. -</para></listitem> -<listitem><para><guilabel>Proportional (2 dim.)</guilabel>: auto-resizing using -two dimensions. The images aspect ratio are preserved. For example, you can use -this for to adapt your images size to your screen size. </para></listitem> -<listitem><para><guilabel>Non proportional</guilabel>: non proportional resizing -using two dimensions. The images' aspect ratio is not preserved.</para></listitem> -<listitem><para><guilabel>Prepare to print</guilabel>: prepare the image for -photographic printing. The user can set the print resolution and the photographic -paper size. The target image will be adapted to the best dimensions (including the -background size, margin size, and background color).</para></listitem> -</itemizedlist> - -</chapter> - -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: t -End: ---> -
