Git commit d88b1732eb7c128961d69b3b1756b4c8d6d85bab by Gilles Caulier. Committed on 25/08/2016 at 10:57. Pushed by cgilles into branch 'master'.
mv to DK M +0 -4 index.docbook D +0 -166 sendimages.docbook D +- -- sendimages_mail.png D +- -- sendimages_progress.png http://commits.kde.org/kipi-plugins-doc/d88b1732eb7c128961d69b3b1756b4c8d6d85bab diff --git a/index.docbook b/index.docbook index adcd243..6674eae 100644 --- a/index.docbook +++ b/index.docbook @@ -5,7 +5,6 @@ <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE" > <!-- change language only here --> <!ENTITY doc-flickrexport SYSTEM "flickrexport.docbook"> - <!ENTITY doc-sendimages SYSTEM "sendimages.docbook"> ]> <!-- FIXME link to http://www.digikam.org --> <book lang="&language;" id="kipi-handbook"> @@ -68,9 +67,6 @@ The plugins available in this handbook are: <listitem> <para><link linkend="flickrexport">Remote Flickr Export plugin</link></para> </listitem> -<listitem> -<para><link linkend="sendimages">Send Images plugin</link></para> -</listitem> </itemizedlist> <para id="missing-plugin-docs"> diff --git a/sendimages.docbook b/sendimages.docbook deleted file mode 100644 index 4ba0cf7..0000000 --- a/sendimages.docbook +++ /dev/null @@ -1,166 +0,0 @@ -<chapter id="sendimages"> -<chapterinfo> - -<authorgroup> - <author> - <firstname>Gilles</firstname><surname>Caulier</surname> - <affiliation><address><email>caulier dot gilles at gmail dot com</email></address></affiliation> - </author> - - <author> - <firstname>Gerhard</firstname><surname>Kulzer</surname> - <affiliation><address><email>gerhard_at_kulzer.net</email></address></affiliation> - </author> -</authorgroup> - -<abstract> -<para> -The Kipi <quote>Send Images</quote> plugin is a tool for sending images directly by e-mail. -</para> -</abstract> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Kipi</keyword> -</keywordset> -</chapterinfo> - -<title>Send Images</title> - -<sect1 id="using-plugin-maildialog"> -<title>Using the Module</title> -<para> -With this Kipi-plugin you can e-mail the selected images with your favorite e-mail -agent. Resizing images is possible. You can use drag and drop to add more images -to the list of images to send. -</para> - -<sect2 id="using-plugin-mail-image-selection"> -<title>Image Selection</title> - -<para> -When opening the plugin from the host application, the <guilabel>Email Images Options</guilabel> -dialog will appear with your pre-selected images already in the list at the left part -of the dialog.</para> -<para> -Below the image list there are five buttons. The two left buttons are used to move a selected -image in the list up or down. The middle button opens a file browser to add more files as needed -in the usual file selection manner.</para> -<para> -When clicking on the other buttons the selected images will be removed from the list or the list -will be cleared. -</para> - -<tip><para> -You can drag and drop images between the host application window and the image -file list to add new items to e-mail. -</para></tip> - -<warning><para> -Be sure not to overload your own or your addressees e-mail transmission limit; most -providers limit the e-mail size to some megabytes of data. Use several e-mails -if you want to send a lot of data. -</para></warning> - -</sect2> - -<sect2 id="using-plugin-mail-settings"> -<title>Mail Settings</title> - -<para> -The right part of the dialog is used to change the settings of the images to be sent. These -settings will be remembered when you close the plugin until you change them. -</para> - -<para> -Select your favorite e-mail client from the drop-down menu. <guilabel>Default</guilabel> -is the current email program set in &kde; &systemsettings;. -</para> - -<para> -If you select <guilabel>Attach a file with image properties from -<replaceable>Application</replaceable></guilabel> the comments, rating or tags -included with the images will be merged to a text file and attached in the mail. -</para> - -<para> -The next three items allow you to set-up the image properties to be sent. -To enable these options check <guilabel>Adjust image properties</guilabel>. -First select an <guilabel>Image size</guilabel> suitable for your Internet -connection speed and the target mailbox size. -</para> -<para> -The <guilabel>PNG</guilabel> format in the <guilabel>Image file format</guilabel> -drop-down menu is not well adapted to reduce photographic images file size, but -is best suited for compressing lossless items like the TIFF file format. -<guilabel>PNG</guilabel> must be used if you use dialup speed Internet and you want -to preserve the photo quality. Otherwise, <guilabel>JPEG</guilabel> is the -recommended format. -</para> - -<para> -The <guilabel>Image quality</guilabel> can be chosen -with the input box. 75% is the standard compression ratio for -<guilabel>JPEG</guilabel> files. Setting compression to 100% will result in -lossless compression at the cost of the largest file size. The difference in file -size between 90% and 100% can be quite dramatic, whereas the gain in quality is -minor. Very good quality is already obtained with 85% compression. -</para> - -<note><para> -If you choose <guilabel>JPEG</guilabel> as the <guilabel>Image file format</guilabel> -and the original files were in <guilabel>JPEG</guilabel> format, the original Exif -data included is preserved in e-mailed images. -</para></note> - -<figure id="sendimages-mail-dialog"> - <title>The Email Images Dialog</title> - <mediaobject><imageobject> - <imagedata srccredit="The Mail Dialog" fileref="sendimages_mail.png"/> - </imageobject></mediaobject> -</figure> - -</sect2> - -<sect2 id="using-plugin-emailimagesinaction"> -<title>Email Images in Action</title> - -<para> -When you have finished selecting your files, click <guibutton>OK</guibutton> to -open the composer window of your favorite e-mail client. -You just need to add the addressee and the subject. The selected images will be -already be listed as attachments. -</para> - -<para> -A progress dialog gives you feedback on the progress of your operation. Press the -<guibutton>Cancel</guibutton> button during this stage if you want to abort the -process. -</para> - -<para> -When all jobs are completed, this dialog will not close automatically and you can -consult the progress messages if any errors occured during this stage. The mail -agent will be started automatically at the end. Press the <guibutton>Close</guibutton> -button to close this dialog. -</para> - -<figure id="sendimages-email-images-plugin"> - <title>The E-mail Images Plugin in Action</title> - <mediaobject><imageobject> - <imagedata srccredit="The E-mail Images Plugin in Action" fileref="sendimages_progress.png"/> - </imageobject></mediaobject> -</figure> -</sect2> - -</sect1> - -</chapter> - -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: t -End: ---> diff --git a/sendimages_mail.png b/sendimages_mail.png deleted file mode 100644 index 96d05c8..0000000 Binary files a/sendimages_mail.png and /dev/null differ diff --git a/sendimages_progress.png b/sendimages_progress.png deleted file mode 100644 index 7c2074e..0000000 Binary files a/sendimages_progress.png and /dev/null differ
