Git Product home page Git Product logo

digikam-2012-kipi-plugins's Introduction

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)

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 :

[email protected]

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`"

digikam-2012-kipi-plugins's People

Contributors

aclemens avatar agateau avatar aleixpol avatar anantapalani avatar anaselli avatar andrewcoles avatar aspotashev avatar cgilles avatar coder89 avatar coolo avatar dfaure avatar gvoicu avatar janardhan1993 avatar jmue avatar languitar avatar lueck-b avatar mariusor avatar mghansen256 avatar michuno avatar montel avatar mwiesweg avatar orgads avatar pgquiles avatar randomguy3 avatar sengels avatar tsdgeos avatar valeriofuoglio avatar vardhman avatar veaceslav avatar yurchor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.