rawler 0.7.2

A library to extract images and metadata from camera raw formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rawler
Digital camera raw format library

## What is Rawler?
Rawler parses raw file formats and provides access to the pixels
and all metadata.

## Why is it named rawler?
It's a (c)rawler, just for raw file structures.

## Why another raw library?

 * There are libraries dealing with metadata (exiv2) and for pixels (rawspeed, libraw),
   but not for both. Each library ships their own file structure parsers.
 * rawloader, which is basically the fundament of this library, is a pretty good library,
   but lacks of support for metadata.
 * For fun.