flutter_fast_exif_reader 1.0.1
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
FastExifDatawith parsed camera, lens, and exposure getters. - 1:1 drop-in replacement for
package:exif(readExifFromBytes,readExifFromFile,IfdTag,Ratio).
- Strongly-typed
- Pure C++17 native header
fast_exif_reader.hfor direct native photo processing pipelines. - Platform support for Windows and Android.
1.0.1 #
- change github repository