-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
165 lines (130 loc) · 9.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
KIPIPLUGINS PROJECT (http://www.digikam.org)
-- AUTHORS ------------------------------------------------------------
See AUTHORS file for details.
-- ABOUT --------------------------------------------------------------
Libkipi and kipi-plugins allow image applications such as digiKam (http://www.digikam.org)
to use a plugin architecture for additional functionalities.
Notes:
Most of the Kipi-plugins have previously been DigikamPlugins.
kipi-plugins is based in part on the work of the Independent JPEG Group.
Current plugins ported to Qt4/KDE4:
AcquireImages : A tool to acquire images using flat scanner.
Calendar : A tool to create calendars.
DngConverter : A tool to convert Raw Image to Digital NeGative (DNG - http://en.wikipedia.org/wiki/Digital_Negative_(file_format)).
Facebook : A tool to import/export images to/from a remote Facebook web service (http://www.facebook.com).
FlickrExport : A tool to export images to a remote Flickr based web service (http://www.flickr.com). Also compatible with Zooomr and 23HQ
GalleryExport : A tool to export images to a remote Gallery (and Gallery 2) server (http://gallery.sf.net).
GPSSync : A tool to geolocalize pictures.
HTMLExport : A tool to export images collections into a static XHTML page.
ImageViewer : A tool to preview images using OpenGL.
JpegLossLess : A tool to rotate/flip images without losing quality.
MetadataEdit : A tool to edit EXIF, IPTC and XMP metadata.
PicasaWebExport : A tool to export images to a remote Picasa web service (http://www.picasaweb.com).
PrintImage : A tool to print images in various format.
RawConverter : A tool to convert Raw Image to JPEG/PNG/TIFF.
RemoveRedEyes : A tool to remove red eyes on image automatically.
SendImages : A tool to send images by e-mail.
SimpleViewerExport : A tool to export images to Flash using SimpleViewer (http://www.airtightinteractive.com/simpleviewer).
SlideShow : A tool to Slide images with 2D and 3D effects using OpenGL.
Smug : A tool to import/export images to/from a remote SmugMug web service (http://www.smugmug.com).
TimeAdjust : A tool to adjust date and time.
IpodExport : A tool to export pictures to an Ipod device.
BatchProcess : A tool to batch process images (convert, resize, rename, etc.).
KIOExport : A tool to export images to remote computer using network protocol (FTP, SSH, SAMBA, etc...).
Shwup : A tool to export images to Shwup web service (http://www.shwup.com).
ExpoBlending : A tool to create pseudo HDR image with a stack of bracketed images.
PiwigoExport : A tool to export images to a remote Piwigo (PHPWebGallery) server (http://piwigo.org).
DebianScreenshots : A tool to export images to Debian Screenshots web service (http://screenshots.debian.net).
Kopete : A tool to export images to an instant messaging contact.
YandexFotki : A tool to export images to Yandex web service (http://fotki.yandex.ru).
MediaWiki : A tool to export images to Mediawiki based web service (http://www.mediawiki.org).
RajceExport : A tool to export images to Rajce web service (http://www.rajce.idnes.cz).
Vkontakte : A tool to export images to VKontakte web service (http://www.vkontakte.ru)
PhotoLayoutEditor : A tool to assemble images together.
ImageShackExport : A tool to export images to ImageShack web service (http://imageshack.us)
ImgurExport : A tool to export images to ImgUr web service (http://imgur.com)
Porting under progress to Qt4/KDE4:
WallPaper : A tool to set image as background on your desktop.
Not yet ported to Qt4/KDE4:
CDArchiving : A tool to archive your image collections to a CD or DVD.
MpegEncoder : A tool to create an MPEG slideshow with a set of images.
-- DEPENDENCIES -------------------------------------------------------
CMake >= 2.4.5 http://www.cmake.org
libqt >= 4.3.x http://www.qtsoftware.com
libkde >= 4.0.x http://www.kde.org
libtiff >= 3.6.x (>=3.8.2 recommended) http://www.remotesensing.org/libtiff
libjpeg >= 6b http://www.ijg.org
libpng >= 1.2.x http://www.libpng.org/pub/png/libpng.html
libkipi >= 2.0.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi
libkexiv2 >= 2.0.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
libkdcraw >= 2.0.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw
ImageMagick >= 5.5.4 (runtime dependency) http://www.imagemagick.org
Hugin >= 0.8.0 (runtime dependency) http://hugin.sourceforge.net
Enblend >= 3.0.0 (runtime dependency) http://enblend.sourceforge.net
Optional:
libxslt >= 1.1 http://xmlsoft.org/XSLT
libxml2 >= 2.7.x http://xmlsoft.org
libX11 >= 1.1.5 http://www.x11.org
libexpat >= 2.0.1 http://expat.sourceforge.net
libqtopengl >= 4.3.x http://www.trolltech.com
Mesa3D >= 7.0.4 http://mesa3d.sourceforge.net
libopencv >= 2.x http://opencv.willowgarage.com
libgpod >= 0.7.0 http://www.gtkpod.org/libgpod.html
libgdk >= 2.0.0 http://library.gnome.org/devel/gdk-pixbuf
libqca >= 2.0.0 http://delta.affinix.com/qca
libqjson >= 0.6.0 http://qjson.sourceforge.net
libgomp >= 4.3.x http://gcc.gnu.org/projects/gomp
libksane >= 0.3.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libksane
libkgeomap >= 2.0.0 https://projects.kde.org/projects/extragear/libs/libkgeomap
libmediawiki >= 1.0.0 https://projects.kde.org/projects/extragear/libs/libmediawiki
libkvkontakte >= 0.1.0 https://projects.kde.org/projects/extragear/libs/libkvkontakte
Plugin Specific Dependencies (for compiling and for running) :
SlideShow : X11 (Linux Only), Mesa3D, and OpenGL support for libqt
ImageViewer : X11 (Linux Only), Mesa3D, and OpenGL support for libqt
DngConverter : libexpat and libkdcraw 0.4.0
AcquireImages : libksane
HtmlZxport : libxslt and libxml2
JpegLossless : imagemagick (runtime dependency)
WallPaper : kdebase (runtime dependency)
RemoveRedEyes : libopencv.
IpodExport : libgpod, libgdk.
Calendar : libkcal (kdepimlibs).
Shwup : libqca.
YandexFotki : libqca.
DebianScreenshots : libqjson.
FaceBook : libqjson.
ExpoBlending : align_image_stack from Hugin project and enfuse from Enblend project (runtime dependency), libgomp.
GPSSync : libkmap.
Mediawiki : libmediawiki.
Vkontakte : libkvkontakte.
-- CONTACT ------------------------------------------------------------
If you have questions, comments, suggestions to make send an email to :
IRC channel from irc.freenode.org server: #kde-imaging
#digikam
IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report
system who can be contacted by the standard Kde help menu of plugins dialog.
A mail will be automaticly sent to the Kipi mailing list.
There is no need to contact directly the Kipi mailing list for a bug report
or a devel wish.
The current Kipi bugs and devel wishes reported to the Kde bugs report can be
seen at this url :
http://bugs.kde.org/buglist.cgi?product=kipiplugins&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
-- INSTALL ------------------------------------------------------------
In order to compile, especially when QT3/Qt4 are installed at the same time,
just use something like that:
# export VERBOSE=1
# export QTDIR=/usr/lib/qt4/
# export PATH=$QTDIR/bin:$PATH
# cmake .
# make
# sudo make install
Usual CMake options :
-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
-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).
Compared to old KDE3 autoconf options:
"cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
"cmake . -DCMAKE_INSTALL_PREFIX=/usr" is equivalent to "./configure --prefix=/usr"
More details can be found at this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
Note: To know KDE install path on your computer, use 'kde-config --prefix' command line like this (with full debug object enabled):
"cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`"