rawler

Crates.iorawler
lib.rsrawler
version0.7.0
created_at2024-01-06 14:52:07.026412+00
updated_at2025-06-07 14:32:42.652214+00
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
size6,022,065
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: 1366

cargo fmt