File: index.html

package info (click to toggle)
libraw 0.17.2-6%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,636 kB
  • ctags: 4,409
  • sloc: cpp: 28,688; ansic: 16,372; perl: 147; makefile: 91; sh: 77
file content (49 lines) | stat: -rwxr-xr-x 2,166 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>LibRaw: better dcraw (library)</title>
  </head>
  <body>
    <h1>LibRaw: A Better dcraw</h1>

    <p>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.</p>
    <p>The library is intended for embedding in RAW converters, data analyzers, and other programs
using RAW files as the initial data.</p>

    <p>
      Contents
    </p>
    <ol>
      <li><a href="#copyright">Copyright</a> <!-- + -->
      <li><a href="Why-LibRaw.html">Purpose and Objectives</a> <!-- + -->
      <li><a href="API-overview.html">Overview of LibRaw API (C++)</a><!-- + -->
      <li><a href="Install-LibRaw.html">Compilation and Installation</a><!-- + -->
      <li><a href="API-datastruct.html">Data Structures, Error Codes, and Constants</a>
      <li><a href="API-CXX.html">C++ API</a>
      <li><a href="API-C.html">C API</a><!-- + -->
      <li><a href="API-notes.html">Notes on API (error code conventions, memory usage)</a><!-- + -->
      <li><a href="Samples-LibRaw.html">Examples</a>
    </ol>
    <a name="copyright"></a>
    <h2>Copyright</h2>
    <p>
      LibRaw library, Copyright (C) 2008-2015 LibRaw LLC (info@libraw.org)<br/>
      The library includes source code from<br/>
      <i>dcraw.c, Dave Coffin's raw photo decoder<br/>
        Copyright 1997-2015 by Dave Coffin, dcoffin a cybercom o net<br/>
      </i>
    </p>
    <p>
      LibRaw is distributed for free under three different licenses:
      <ul>
      <li><a href=http://www.gnu.org/licenses/lgpl-2.1.html>GNU Lesser General Public License, version 2.1</a></li>
      <li><a href=http://www.opensource.org/licenses/cddl1.txt>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
          Version 1.0</a></li>
      <li><a href=http://www.libraw.org/data/LICENSE.LibRaw.pdf>LibRaw Software License</a></li>
      </ul>
    You may use one of these licensing modes and switch between them.
    </p>
  </body>
</html>