%general-entities; ]> $LastChangedBy$ $Date$ libraw-&libraw-version; libraw Introduction to libraw Libraw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libraw-md5sum; Download size: &libraw-size; Estimated disk space required: &libraw-buildsize; Estimated build time: &libraw-time; libraw Dependencies Recommended , , and Optional LibRaw-demosaic-pack-GPL2 and LibRaw-demosaic-pack-GPL3 User Notes: Installation of libraw Install libraw by running the following commands: ./configure --prefix=/usr \ --enable-jpeg \ --enable-jasper \ --enable-lcms \ --disable-static \ --docdir=/usr/share/doc/libraw-&libraw-version; && make This package does not come with a test suite. Now, as the root user: make install Command Explanations CXX="g++ -Wno-narrowing": This environment variable disables a warning that prevents the package from compiling. --enable-jpeg: This switch enables support for jpeg. Remove if you don't have installed. --enable-jasper: This switch enables support for jasper. Remove if you don't have installed. --enable-lcms: This switch enables support for Little CMS2. Remove if you don't have installed. Contents All the installed programs are examples of libraw use. Installed Programs Installed Library Installed Directories 4channels, dcraw_emu, dcraw_half, half_mt, mem_image, multirender_test, postprocessing_benchmark, raw-identify, simple_dcraw, and unprocessed_raw libraw.so and libraw_r.so /usr/include/libraw and /usr/share/doc/libraw-&libraw-version; Short Descriptions 4channels generates four TIFF files from RAW data, one file per channel. 4channels dcraw_half emulates "dcraw -h" (see DCRAW manpage). dcraw_half mem_image emulates "dcraw [-4] [-6] [-e]" (see DCRAW manpage). mem_image postprocessing_benchmark creates eight different renderings from one source file. The first and fourth one should be identical. postprocessing_benchmark simple_dcraw emulates call to "dcraw [-D] [-T] [-v] [-e] [-4]" (see DCRAW manpage). simple_dcraw dcraw_emu is an almost complete dcraw emulator (see DCRAW manpage). dcraw_emu half_mt emulates call to "dcraw -h [-w] [-a] [-v]" (see DCRAW manpage). half_mt multirender_test creates eight different renderings from one source file. The first and fourth one should be identical. multirender_test raw-identify emulates call to "dcraw -i [-v]" (see DCRAW manpage). half_mt unprocessed_raw generates unprocessed raw image: with masked pixels and without black subtraction. unprocessed_raw