summaryrefslogtreecommitdiffstats
path: root/doc/kipi-plugins/resizeimages.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kipi-plugins/resizeimages.docbook')
-rw-r--r--doc/kipi-plugins/resizeimages.docbook54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/kipi-plugins/resizeimages.docbook b/doc/kipi-plugins/resizeimages.docbook
new file mode 100644
index 0000000..5685e04
--- /dev/null
+++ b/doc/kipi-plugins/resizeimages.docbook
@@ -0,0 +1,54 @@
+<chapter id="resizeimages">
+<chapterinfo>
+
+<title>Resize Images</title>
+
+<authorgroup>
+ <author>
+ <firstname>Gilles</firstname><surname>Caulier</surname>
+ <affiliation><address><email>caulier dot gilles at free.fr</email></address></affiliation>
+ </author>
+</authorgroup>
+
+<abstract>
+<para>
+The Kipi Resize Images plugin is a tool for resize or adapt the images dimensions.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>Kipi</keyword>
+</keywordset>
+</chapterinfo>
+
+<title>Introduction</title>
+
+<para>
+This plugin can be used for batch resize images in an image collection. It use "convert" program from "ImageMagick" package. You can resize up or down the images size. 3 resizing types have been implemented:
+</para>
+
+<itemizedlist>
+<listitem><para><emphasis>Proportional (1 dim.)</emphasis> : standard auto-resizing using one dimension.
+The width or the height of the images will be automatically selected in depending of the images
+orientation. The images aspect ratio are preserved.</para></listitem>
+<listitem><para><emphasis>Proportional (2 dim.)</emphasis> : auto-resizing using two dimensions.
+The images aspect ratio are preserved. For example, you can use that for to adapt your images size to your
+screen size. </para></listitem>
+<listitem><para><emphasis>Non proportional</emphasis> : non proportional resizing using two dimensions.
+The images aspect ratio aren't preserved.</para></listitem>
+<listitem><para><emphasis>Prepare to print</emphasis> : prepare the image for a photographic printing.
+The user can set the print resolution and the photographic paper size. The target image will be adapted
+to the good dimensions (included the background size, marging size, and background color).</para></listitem>
+</itemizedlist>
+
+</chapter>
+
+<!--
+Local Variables:
+mode: sgml
+sgml-omittag: nil
+sgml-shorttag: t
+End:
+-->
+