Skip to content

revelo v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 May 07:20

Added

  • EXIF rewrite — full IFD chain traversal (IFD0, ExifIFD, GPS IFD, InteropIFD,
    IFD1), 170+ tag names including EXIF, GPS, and maker-note tags parsed via IFD
    iteration; GPS coordinates computed as decimal degrees (GPSLatitudeRef /
    GPSLongitudeRef)
  • Lens specification formattingLensSpec field computed from
    LensModel, MaxApertureAtMinFocal, MaxApertureAtMaxFocal, MinFocalLength,
    MaxFocalLength, and LensType; LensType hex formatting
  • IPTC IIM enhanced — full 0x1C-delimited IIM dataset parsing, cross-reference
    with IPTC-NAA tag keys via parse_iim_buf for datasets > 0x80 bytes on 0x83BB
    records
  • XMP enhanced — additional EXIF field name mappings (ExifIFD, GPS, IIM
    cross-references) and XMP_xmpMM_* namespace tags
  • MakerNote stubparse_makernote infrastructure hook, returns () for now