Warning, /graphics/krita/plugins/impex/raw/3rdparty/libkdcraw/README is written in an unsupported language. File is not indexed.
0001 LibRaw C++ interface for KDE 0002 0003 This library is a part of digiKam project (https://www.digikam.org) 0004 0005 -- AUTHORS ----------------------------------------------------------- 0006 0007 See AUTHORS file for details. 0008 0009 -- ABOUT ------------------------------------------------------------- 0010 0011 Libkdcraw is a C++ interface around LibRaw library used to decode RAW 0012 picture files. More information about LibRaw can be found at https://www.libraw.org. 0013 0014 This library is used by kipi-plugins, digiKam and others kipi host programs. 0015 0016 The library documentation is available on header files. 0017 0018 -- DEPENDENCIES ------------------------------------------------------- 0019 0020 CMake >= 2.8.12 https://www.cmake.org 0021 ECM >= 1.1.0 https://projects.kde.org/projects/kdesupport/extra-cmake-modules 0022 libqt >= 5.2.0 https://qt.io 0023 libkde >= 5.0.0 https://www.kde.org 0024 libraw >= 0.16.x https://www.libraw.org 0025 0026 Note: all library dependencies require development and binary packages installed on your 0027 computer to compile digiKam. 0028 0029 -- INSTALL ------------------------------------------------------------ 0030 0031 Usual CMake options: 0032 0033 -DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer. 0034 -DCMAKE_BUILD_TYPE : decide which type of build you want. You can chose between "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g). 0035 0036 Note: To know KDE install path on your computer, use 'kf5-config --prefix' command line like this (with debug object enabled): 0037 0038 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`" 0039 0040 -- CONTACT ------------------------------------------------------------ 0041 0042 If you have questions, comments, suggestions to make do email at : 0043 0044 digikam-devel@kde.org 0045 0046 IRC channel from irc.libera.chat:6697 (TLS) server: 0047 0048 #digikam 0049 0050 -- BUGS --------------------------------------------------------------- 0051 0052 IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report 0053 system who can be contacted by the standard Kde help menu of the plugins dialog. 0054 A mail will be automatically sent to the digiKam devel mailing list. 0055 There is no need to contact directly the digiKam mailing list for a bug report 0056 or a devel wish. 0057 0058 The current digiKam bugs and devel wish reported to the Kde bugs report can be seen 0059 at this url: 0060 0061 https://bugs.kde.org/buglist.cgi?product=digikam&component=libkdcraw&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED