Limited Go port of libexif
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
- Define five private TIFF tags (0xC100–0xC104): TagSlideMagazine, TagMagazineSlot, TagSlideLabel, TagSlideTopNote, TagSlideBottomNote; all written to JPEG only - Add tags to the ASCII whitelist in mutate.go so SetASCII accepts them - Rename ScanMetadata.SlideLabel → ImageDescription (the actual EXIF tag name); drop the ImageLabel alias; remove precedence override logic in applyMetadata - Add ScanMetadata fields: SlideMagazine, MagazineSlot, SlideLabel, SlideTopNote, SlideBottomNote; add UserComment passthrough - Update all tests and examples to use the new field names - Add real CR2/JPEG fixture files for integration tests Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
| .idea | ||
| cmd/cr2-report | ||
| container | ||
| docs | ||
| exif | ||
| fixtures | ||
| workflow | ||
| go.mod | ||