rawler

Crates.iorawler
lib.rsrawler
version0.6.0
sourcesrc
created_at2024-01-06 14:52:07.026412
updated_at2024-01-06 14:52:07.026412
descriptionA library to extract images and metadata from camera raw formats
homepagehttps://github.com/dnglab/dnglab
repositoryhttps://github.com/dnglab/dnglab
max_upload_size
id1090977
size5,145,118
Daniel Vogelbacher (cytrinox)

documentation

README

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.
Commit count: 0

cargo fmt