Digital camera RAW libraries
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Slávek Banko e66ac666bb
Copy translations to a new directory layout.
3 years ago
admin@8c7e0d40de Reset submodule main/libraries/libkdcraw/admin to latest HEAD 3 years ago
libkdcraw Copy translations to a new directory layout. 3 years ago
po Copy translations to a new directory layout. 3 years ago
translations Copy translations to a new directory layout. 3 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Added abandoned KDE3 version of libkdcraw 14 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Copy translations to a new directory layout. 3 years ago
COPYING Fixed wrong GPL addresses 14 years ago
ChangeLog Rename additional global TQt functions 12 years ago
ConfigureChecks.cmake Remove #pragma omp from definition of structure in the header file. 3 years ago
INSTALL Added abandoned KDE3 version of libkdcraw 14 years ago
Mainpage.dox Added abandoned KDE3 version of libkdcraw 14 years ago
Makefile.am Added abandoned KDE3 version of libkdcraw 14 years ago
Makefile.am.in Added abandoned KDE3 version of libkdcraw 14 years ago
Makefile.cvs Added abandoned KDE3 version of libkdcraw 14 years ago
NEWS Updated to last released KDE3 version of libkdcraw (0.1.9) 14 years ago
PACKAGING Updated to last released KDE3 version of libkdcraw (0.1.9) 14 years ago
README qt -> tqt conversion: 6 years ago
RELEASE.rev Updated to last released KDE3 version of libkdcraw (0.1.9) 14 years ago
TODO Updated to last released KDE3 version of libkdcraw (0.1.9) 14 years ago
acinclude.m4 Replaced _BSD_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
aclocal.m4 Updated to last released KDE3 version of libkdcraw (0.1.9) 14 years ago
bootstrap Added abandoned KDE3 version of libkdcraw 14 years ago
config.h.cmake Conversion to the cmake building system. 3 years ago
config.h.in Updated to last released KDE3 version of libkdcraw (0.1.9) 14 years ago
configure.files Added abandoned KDE3 version of libkdcraw 14 years ago
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.in.in Added abandoned KDE3 version of libkdcraw 14 years ago
subdirs Copy translations to a new directory layout. 3 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
libtqt      >= 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