source: extensions/digikam_export/README @ 8804

Last change on this file since 8804 was 4770, checked in by fcoiffie, 14 years ago

Premiere version du plugin Digikam piwigoexport

  • Connexion
  • Liste des categories
  • Upload des photos
File size: 6.8 KB
RevLine 
[4770]1KIPIPLUGINS PROJECT (http://www.kipi-plugins.org)
2
3-- AUTHORS ------------------------------------------------------------
4
5See AUTHORS file for details.
6
7-- ABOUT --------------------------------------------------------------
8
9Libkipi and kipi-plugins allows image applications as digiKam (http://www.digikam.org)
10to use a plugin architecture for additional functionalities.
11
12Notes:
13
14Most of the Kipi-plugins have previously been DigikamPlugins.
15kipi-plugins is based in part on the work of the Independent JPEG Group.
16
17Current plugins ported to Qt4/KDE4:
18
19AcquireImages      : A tool to acquire images using flat scanner.
20Calendar           : A tool to create calendars.
21DngConverter       : A tool to convert Raw Image to Digital NeGative (DNG - http://en.wikipedia.org/wiki/Digital_Negative_(file_format)).
22Facebook           : A tool to import/export images to/from a remote Facebook web service (http://www.facebook.com).
23FlickrExport       : A tool to export images to a remote Flickr based web service (http://www.flickr.com). Also compatible with Zooomr and 23HQ
24GalleryExport      : A tool to export images to a remote Gallery (and Gallery 2) server (http://gallery.sf.net).
25GPSSync            : A tool to geolocalize pictures.
26HTMLExport         : A tool to export images collections into a static XHTML page.
27ImageViewer        : A tool to preview images using OpenGL.
28JpegLossLess       : A tool to rotate/flip images without losing quality.
29MetadataEdit       : A tool to edit EXIF, IPTC and XMP metadata.
30PicasaWebExport    : A tool to export images to a remote Picasa web service (http://www.picasaweb.com).
31PrintImage         : A tool to print images in various format.
32RawConverter       : A tool to convert Raw Image to JPEG/PNG/TIFF.
33RemoveRedEyes      : A tool to remove red eyes on image automatically.
34SendImages         : A tool to send images by e-mail.
35SimpleViewerExport : A tool to export images to Flash using SimpleViewer (http://www.airtightinteractive.com/simpleviewer).
36SlideShow          : A tool to Slide images with 2D and 3D effects using OpenGL.
37Smug               : A tool to import/export images to/from a remote SmugMug web service (http://www.smugmug.com).
38TimeAdjust         : A tool to adjust date and time.
39IpodExport         : A tool to export pictures to an Ipod device.
40BatchProcess       : A tool to batch process images (convert, resize, rename, etc.).
41KIOExport          : A tool to export images to remote computer using network protocol (FTP, SSH, SAMBA, etc...).
42Shwup              : A tool to export images to Shwup web service (http://www.shwup.com).
43
44Porting under progress to Qt4/KDE4:
45
46WallPaper          : A tool to set image as background on your desktop.
47
48Not yet ported to Qt4/KDE4:
49
50CDArchiving        : A tool to archive your image collections to a CD or DVD.
51MpegEncoder        : A tool to create an MPEG slideshow with a set of images.
52
53-- DEPENDENCIES -------------------------------------------------------
54
55CMake           >= 2.4.5                        http://www.cmake.org
56libqt           >= 4.3.x                        http://www.qtsoftware.com
57libkde          >= 4.0.x                        http://www.kde.org
58libtiff         >= 3.6.x (>=3.8.2 recommended)  http://www.remotesensing.org/libtiff
59libjpeg         >= 6b                           http://www.ijg.org
60libpng          >= 1.2.x                        http://www.libpng.org/pub/png/libpng.html
61libkipi         >= 0.2.0                        http://www.digikam.org/sharedlibs
62libkexiv2       >= 0.5.0                        http://www.digikam.org/sharedlibs
63libkdcraw       >= 0.4.0                        http://www.digikam.org/sharedlibs          Using LibRaw decoder instead dcraw.
64ImageMagick     >= 5.5.4 (runtime dependency)   http://www.imagemagick.org
65
66Optional:
67
68libxslt         >= 1.1                          http://xmlsoft.org/XSLT
69libxml2         >= 2.7.x                        http://xmlsoft.org
70libX11          >= 1.1.5                        http://www.x11.org                         Linux Only.
71libexpat        >= 2.0.1                        http://expat.sourceforge.net
72libqtopengl     >= 4.3.x                        http://www.trolltech.com
73Mesa3D          >= 7.0.4                        http://mesa3d.sourceforge.net
74libopencv       >= 1.0                          http://opencv.willowgarage.com
75libgpod         >= 0.7.0                        http://www.gtkpod.org/libgpod.html
76libgdk          >= 2.0.0                        http://library.gnome.org/devel/gdk-pixbuf
77libqca          >= 2.0.0                        http://delta.affinix.com/qca
78
79Plugin Specific Dependencies (for compiling and for running) :
80
81SlideShow          : X11 (Linux Only), Mesa3D, and OpenGL support for libqt
82ImageViewer        : X11 (Linux Only), Mesa3D, and OpenGL support for libqt
83DngConverter       : libexpat and libkdcraw 0.4.0
84AcquireImages      : libksane
85HtmlZxport         : libxslt and libxml2
86JpegLossless       : imagemagick (runtime dependency)
87WallPaper          : kdebase (runtime dependency)
88RemoveRedEyes      : libopencv.
89IpodExport         : libgpod, libgdk.
90Calendar           : libkcal (kdepimlibs)
91Shwup              : libqca
92
93-- CONTACT ------------------------------------------------------------
94
95If you have questions, comments, suggestions to make do email at :
96
97kde-imaging@kde.org
98
99IRC channel from irc.freenode.org server: #kde-imaging
100                                          #digikam
101
102IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report
103system who can be contacted by the standard Kde help menu of plugins dialog.
104A mail will be automaticly sent to the Kipi mailing list.
105There is no need to contact directly the Kipi mailing list for a bug report
106or a devel wish.
107
108The current Kipi bugs and devel wish reported to the Kde bugs report can be see
109at this url :
110
111http://bugs.kde.org/buglist.cgi?product=kipiplugins&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
112
113-- INSTALL ------------------------------------------------------------
114
115In order to compile, especially when QT3/Qt4 are installed at the same time,
116just use something like that:
117
118# export VERBOSE=1
119# export QTDIR=/usr/lib/qt4/ 
120# export PATH=$QTDIR/bin:$PATH
121# cmake .
122# make
123
124Usual CMake options :
125
126-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
127-DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debugfull", "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).
128
129Compared to old KDE3 autoconf options:
130
131"cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
132"cmake . -DCMAKE_INSTALL_PREFIX=/usr"  is equivalent to "./configure --prefix=/usr"
133
134More details can be found ata this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
135
136Note: To know KDE install path on your computer, use 'kde-config --prefix' command line.
Note: See TracBrowser for help on using the repository browser.