blob: 639b406b2858b8ee48a4028fedc8d6ff118d850f (
plain)
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
|
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
|