• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

GoPro/H15-Oct-2020-6554

RawSpeed/H15-Oct-2020-4,4184,388

autom4te.cache/H29-Sep-2020-65,24356,902

bin/H03-May-2022-

buildfiles/H15-Oct-2020-2,5142,494

dcraw/H29-Sep-2020-10,5069,878

doc/H03-May-2022-

internal/H15-Oct-2020-2,0201,449

lib/H15-Oct-2020-43

libraw/H15-Oct-2020-2,9902,419

m4/H29-Sep-2020-9,1578,282

object/H07-May-2022-

samples/H15-Oct-2020-4,3213,625

src/H15-Oct-2020-45,89640,288

.clang-formatH A D15-Oct-202074 54

COPYRIGHTH A D15-Oct-20201.1 KiB2818

DEVELOPER-NOTESH A D15-Oct-2020649 2115

INSTALLH A D15-Oct-20201.1 KiB5229

LICENSE.CDDLH A D15-Oct-202016.5 KiB341291

LICENSE.LGPLH A D15-Oct-202023.8 KiB459386

LibRaw.proH A D15-Oct-2020485 2017

LibRaw.slnH A D15-Oct-20207.5 KiB124123

Makefile.amH A D15-Oct-20205.1 KiB141112

Makefile.devel.noppH A D15-Oct-202011.9 KiB233206

Makefile.devel.noppr2iH A D15-Oct-202011.8 KiB230204

Makefile.distH A D15-Oct-202028 KiB498428

Makefile.inH A D03-May-202295.2 KiB1,8461,689

Makefile.mingwH A D15-Oct-202016.3 KiB300236

Makefile.msvcH A D15-Oct-202031.5 KiB637418

README.cmakeH A D15-Oct-2020302 106

README.demosaic-packsH A D15-Oct-2020829 1810

README.mdH A D15-Oct-20201.1 KiB2919

aclocal.m4H A D15-Oct-202051.4 KiB1,4471,304

compileH A D29-Sep-20207.2 KiB348258

config.guessH A D29-Sep-202042.3 KiB1,4341,241

config.subH A D29-Sep-202035.1 KiB1,8051,667

configureH A D03-May-2022588.7 KiB19,32816,276

configure.acH A D15-Oct-20204 KiB152132

depcompH A D29-Sep-202023 KiB792502

install-shH A D29-Sep-202014.3 KiB502327

libraw.pc.inH A D03-May-2022292 1210

libraw_r.pc.inH A D03-May-2022290 1210

ltmain.shH A D29-Sep-2020316.5 KiB11,1487,979

missingH A D29-Sep-20206.7 KiB216143

rsxml2c.shH A D15-Oct-2020156 74

shlib-version.shH A D15-Oct-2020301 125

version.shH A D15-Oct-2020468 1710

README.cmake

1Due to inability to support (user contributed) Cmake scripts,
2the cmake builds are not officially supported by LibRaw team
3since October 23, 2014
4
5The scripts are moved to separate github repository
6github.com:LibRaw/LibRaw-cmake.git
7
8Checkout from this repo if you want to use Cmake to build LibRaw.
9
10

README.demosaic-packs

1======================= LibRaw demosaic pack(s) ===============================
2
3We were forced to stop supporting LibRaw demosaic packs: the contributed code
4is out of date for several years, inital contributors has no interest in it.
5
6We too: we (LibRaw team) focused on RAW decode and metadata extraction, but not
7on postprocessing (demosaic, noise suppression, etc).
8
9So, LibRaw-demosaic-pack-GPLn are abandoned now. We will be happy to convey
10their support and development to any developer who will show interest.
11
12LibRaw 0.19 contains callback calls placed instead of calls to demosaic pack routines.
13So, adaptation of demosaic packs to new LibRaw should be easy (and, of course, we'll
14provide some support and/or implement additional callbacks if needed).
15
16
17
18

README.md

1# LibRaw
2### Library for reading and processing of RAW digicam images
3
4LibRaw is a library for reading RAW files from digital photo cameras
5(CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc, virtually all RAW formats are
6supported).
7
8It pays special attention to correct retrieval of data required for subsequent
9RAW conversion.
10
11The library is intended for embedding in RAW converters, data analyzers, and
12other programs using RAW files as the initial data.
13
14LibRaw library, Copyright © 2008-2020 LibRaw LLC (info@libraw.org)
15The library includes source code from
16
17     dcraw.c, Dave Coffin's raw photo decoder
18     Copyright 1997-2018 by Dave Coffin, dcoffin a cybercom o net
19
20LibRaw is distributed for free under two different licenses:
21 *  GNU Lesser General Public License, version 2.1
22 *  COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
23
24You may use one of these licensing modes and switch between them.
25
26If you modify LibRaw source and made your changes public, you should accept
27both two licensing modes for your changes/additions.
28
29