You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
15 years ago | |
|---|---|---|
| libkdcraw | 15 years ago | |
| po | 16 years ago | |
| AUTHORS | 16 years ago | |
| COPYING | 16 years ago | |
| ChangeLog | 15 years ago | |
| INSTALL | 16 years ago | |
| Mainpage.dox | 16 years ago | |
| Makefile.am | 16 years ago | |
| Makefile.am.in | 16 years ago | |
| Makefile.cvs | 16 years ago | |
| NEWS | 16 years ago | |
| PACKAGING | 16 years ago | |
| README | 15 years ago | |
| RELEASE.rev | 16 years ago | |
| TODO | 16 years ago | |
| acinclude.m4 | 15 years ago | |
| aclocal.m4 | 16 years ago | |
| bootstrap | 16 years ago | |
| config.h.in | 16 years ago | |
| configure.files | 16 years ago | |
| configure.in | 15 years ago | |
| configure.in.in | 16 years ago | |
| libkdcraw.lsm | 16 years ago | |
| subdirs | 16 years ago | |
README
LibRaw C++ interface for KDE This library is a part of Kipi-Plugins project (http://www.kipi-plugins.org) It has been modified for use in the Trinity Desktop Environment (http://www.trinitydesktop.org) -- AUTHORS ----------------------------------------------------------- See AUTHORS file for details. -- ABOUT ------------------------------------------------------------- Libkdcraw is a C++ interface around LibRaw library 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.qtsoftware.com libkde >= 3.4.x (>=3.5.x recommended) http://www.kde.org liblcms >= 1.14.x (used by libraw) http://www.littlecms.com libjpeg >= 6b (used by libraw) http://www.ijg.org Optional: "--enable-openmp" .configure script option set on parallelized LibRaw code to speed-up RAW demosaicing operations. libgomp >= 4.3.x (used by libraw) http://gcc.gnu.org/projects/gomp