Add EXIF library and metadata parsing
- 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>