You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kipi-plugins/doc/kipi-plugins
Timothy Pearson 1cffe7dc1b
Fix invalid headers in PNG files and optimize for size
8 years ago
..
Makefile.am Import abandoned KDE3 version of kipi plugins 15 years ago
README Import abandoned KDE3 version of kipi plugins 15 years ago
acquire-savetargetpreview.png Fix invalid headers in PNG files and optimize for size 8 years ago
acquire-screenshotpreview.png Fix invalid headers in PNG files and optimize for size 8 years ago
acquireimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
calendar.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
cdarchiving.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
colorimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
convertimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
effectimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
filterimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
findduplicateimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
flickrexport.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
flickrexportauthenticated.png Fix invalid headers in PNG files and optimize for size 8 years ago
flickrexportcontinue.png Fix invalid headers in PNG files and optimize for size 8 years ago
flickrexportsignup.png Fix invalid headers in PNG files and optimize for size 8 years ago
flickrexportuploaddialog.png Fix invalid headers in PNG files and optimize for size 8 years ago
flickrexportuploading.png Fix invalid headers in PNG files and optimize for size 8 years ago
galleryexport.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
geolocation.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
geolocationcorrelate.png Fix invalid headers in PNG files and optimize for size 8 years ago
geolocationcorrelate1.png Fix invalid headers in PNG files and optimize for size 8 years ago
geolocationeditcoords.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagegallery_albumsettings.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagegallery_collectionselection.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagegallery_looksettings.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagegallery_preview.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagegallery_progress.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagegallery_thumbsettings.png Fix invalid headers in PNG files and optimize for size 8 years ago
imagesgallery.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
imageviewer.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
index.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
jpeglossless.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
kameraklient.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
metadataeditor.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
mpeg_encode_dialog.png Fix invalid headers in PNG files and optimize for size 8 years ago
mpegencoder.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
printwizard.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
raw_converter_batch.png Fix invalid headers in PNG files and optimize for size 8 years ago
raw_converter_single.png Fix invalid headers in PNG files and optimize for size 8 years ago
rawconverter.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
recompressimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
renameimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
resizeimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
sendimages.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
sendimages_imageselection.png Fix invalid headers in PNG files and optimize for size 8 years ago
sendimages_mail.png Fix invalid headers in PNG files and optimize for size 8 years ago
sendimages_progress.png Fix invalid headers in PNG files and optimize for size 8 years ago
slideshow.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
slideshow.png Fix invalid headers in PNG files and optimize for size 8 years ago
slideshow_dialog.png Fix invalid headers in PNG files and optimize for size 8 years ago
timeadjust.docbook Import abandoned KDE3 version of kipi plugins 15 years ago
wallpaper.docbook Import abandoned KDE3 version of kipi plugins 15 years ago

README

Handbook README:
----------------

>>> How to Make Screenshot for Manual with Alpha Blending 3D Border <<<

- Never use advanced color theme to make screenshots. Always use KDE default color.

- Use KSnapshot for take a shot. Use region selection option for take only 
  important area. Remove buttons and dialog hearder for limit image file size.
  _ALWAYS use PNG file format to save image.

- Open your screenshot in Gimp 2.0 and make operations below:

   * Script-Fu/Decor/Add Border with this options :
      -> Border X Size = 1
      -> Border Y Size = 1
      -> Border Color = black (R:0, G:0, B:0)
      -> Delata Value on Color = 1
   * Image/Flatten Image
   * Script-Fu/Shadow/Drop-Shadow with this options :
      -> Offset X = 5
      -> Offset Y = 5
      -> Blur Radius = 10
      -> Color = black (R:0, G:0, B:0)
      -> Opacity = 80
      -> Allow Resizing = On
   * Save target image in PNG with max compression (Compression Level = 9)
   
Note : A gimp2.2 script from Gerhard Kulzer can be use to add Alpha Blending 3D Border around screenshots. 
       Always use default settings. Script can be downloaded from this url:
       
http://digikam3rdparty.free.fr/Tools/kde-screenshot-dropshadow.scm

 !----------Important-------------!
Since the documentation is very good it is also very demanding in terms of volume, 99% whereof are screenshots. In order to limit the byte count to the minimum the following command chain shall be used to reduce the png file size. A factor of 2-4 can be gained. From within the folder where the png reside issue this command (requires pngnq and optipng to be installed on the system):

pngnq -s 1 ./*.png && optipng *-nq8.png && rename -f s/-nq8\.png/.png/ *-nq8.png


Gilles Caulier <caulier dot gilles at gmail dot com>
Gerhard Kulzer <gerhard at kulzer dot net>