%general-entities; ]> libraw-&libraw-version; libraw Introduction to libraw Libraw is a library for reading RAW files obtained from digital cameras (CRW/CR2, NEF, RAF, DNG, and others). &lfs122_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 Installation of libraw Install libraw by running the following commands: autoreconf -fiv && ./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 --enable-jpeg: This switch enables support for JPEG images. Remove it if you don't have installed. --enable-jasper: This switch enables support for JPEG2000 images. Remove it if you don't have installed. --enable-lcms: This switch enables support for color management. Remove it if you don't have installed. Contents All of the installed programs are examples of using libraw. 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, with one file per channel 4channels dcraw_half emulates running "dcraw -h" (see DCRAW manpage) dcraw_half mem_image emulates running "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 running "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 running "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 running "dcraw -i [-v]" (see DCRAW manpage) half_mt unprocessed_raw generates an unprocessed raw image (with masked pixels and without black subtraction) unprocessed_raw libraw.so contains functions used for parsing, editing, and saving RAW image data. libraw.so