diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-18 07:38:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-18 07:38:32 +0000 |
commit | a470f3e5f229571b42a49aa537b437e473f979e8 (patch) | |
tree | df3672a484da4f11aae0ffdbc274827592f8b511 /README | |
download | libkdcraw-a470f3e5f229571b42a49aa537b437e473f979e8.tar.gz libkdcraw-a470f3e5f229571b42a49aa537b437e473f979e8.zip |
Added abandoned KDE3 version of libkdcraw
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076409 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +DCRAW program interface for KDE + +This library is a part of Kipi-Plugins project (http://www.kipi-plugins.org) + + +-- AUTHORS ----------------------------------------------------------- + +See AUTHORS file for details. + + +-- ABOUT ------------------------------------------------------------- + +Libkdcraw is a C++ interface around dcraw binary program used to decode RAW +picture files. The library documentation is available on header files. + +This library is used by kipi-plugins, digiKam and others kipi host programs. + + + +-- DEPENDENCIES ------------------------------------------------------- + +AutoConf >= 2.5.x http://www.gnu.org/software/autoconf +AutoMake >= 1.7.x http://www.gnu.org/software/automake +libqt >= 3.3.x http://www.trolltech.com +libkde >= 3.4.x (>=3.5.x recommended) http://www.kde.org +liblcms >= 1.14.x (used by dcraw.c) http://www.littlecms.com +libjpeg >= 6b (used by dcraw.c) http://www.ijg.org |