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