flutter_fast_exif_reader 1.0.1 copy "flutter_fast_exif_reader: ^1.0.1" to clipboard
flutter_fast_exif_reader: ^1.0.1 copied to clipboard

High-performance EXIF and MakerNote reader for camera RAW and JPEG images. Operates 100% in-memory with zero disk re-reads.

1.0.0 #

  • Initial release of flutter_fast_exif_reader.
  • High-performance in-memory EXIF and MakerNote extraction powered by native C++17 FFI (<0.1ms per image).
  • Multi-brand RAW format coverage: Canon (.CR3, .CR2), Nikon (.NEF, .NRW), Sony (.ARW, .SR2), Olympus (.ORF), Fujifilm (.RAF), Panasonic (.RW2), Leica/Adobe (.DNG), and JPEG/JFIF.
  • Deep vendor MakerNotes extraction (Nikon Shutter Actuations, Canon ShotInfo, Sony Model IDs, Fujifilm Film Simulation, Olympus Equipment).
  • Complete GPS geolocation extraction (Latitude, Longitude, Altitude, TimeStamp).
  • Dual API interface:
    • Strongly-typed FastExifData with parsed camera, lens, and exposure getters.
    • 1:1 drop-in replacement for package:exif (readExifFromBytes, readExifFromFile, IfdTag, Ratio).
  • Pure C++17 native header fast_exif_reader.h for direct native photo processing pipelines.
  • Platform support for Windows and Android.

1.0.1 #

  • change github repository
2
likes
160
points
139
downloads

Documentation

API reference

Publisher

verified publishersmsgee.com

Weekly Downloads

High-performance EXIF and MakerNote reader for camera RAW and JPEG images. Operates 100% in-memory with zero disk re-reads.

Repository (GitHub)
View/report issues

Topics

#exif #metadata #raw-images #camera #makernote

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_fast_exif_reader

Packages that implement flutter_fast_exif_reader