Go to file
Jean-Claude 214f4ff9fc
Fix support BMFF images
This required explicit initialization of rexiv2.
2024-01-28 23:43:29 +01:00
src Fix support BMFF images 2024-01-28 23:43:29 +01:00
.gitignore Initial Commit 2023-12-30 13:05:50 +01:00
Cargo.lock Add proper error handling and restructure code 2024-01-28 23:43:22 +01:00
Cargo.toml Add proper error handling and restructure code 2024-01-28 23:43:22 +01:00
LICENSE Add GPL v3 license 2024-01-01 17:40:20 +01:00
README.md Add initial readme 2024-01-01 17:19:39 +01:00

README.md

RawExtractor

RawExtractor, or in short rex, is a small utility designed for extracting embedded thumbnails from various raw image formats. Its main goals are simplicity and ease-of-use. Unlike existing tools like exiv2 or exiftools, it doesn't require complex input arguments nor any bash hacking.

Goals / Features

  • Extract embedded thumbnail with largest available resolution
  • Preserve metadata on extracted thumbnail
  • Ease of use
  • (TODO) Offer flexibility in choice of destination and file naming

Dependencies

  • Exiv2: C++ Library used to interact with the metadata of the image
  • gexiv2: GObject wrapper around Exiv2