Clone this repository
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
- Remove local exif.ml and exif.mli (now in ocaml-exif package)
- Add ocaml-exif dependency to dune-project and src/dune
- All 21 tests still pass
The EXIF parsing functionality is now available as a reusable
opam library with comprehensive documentation.
馃 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add pure OCaml EXIF library (Exif module) with complete TIFF/IFD parsing
- Support all EXIF data types and 200+ tag definitions
- Parse APP1 (EXIF/XMP), APP2 (ICC), APP13 (IPTC) markers
- Update image_info with exif, xmp, icc_profile, iptc fields
- Vendor libexif as reference implementation
- 21/21 tests passing
馃 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>