evanoberholster / imagemeta

Image Metadata (Exif and XMP) extraction for JPEG, HEIC, AVIF, TIFF and Camera Raw in golang. Focus is on providing features and improved performance.
MIT License
116 stars 12 forks source link

PR: Updates underlying imagemeta/meta types #29

Closed evanoberholster closed 2 years ago

evanoberholster commented 2 years ago

This PR updates underlying imagemeta/meta types.

Breaking changes:

Non-breaking changes:

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1881842943


Changes Missing Coverage Covered Lines Changed/Added Lines %
jpeg/jpeg.go 20 21 95.24%
meta/utils.go 7 8 87.5%
imagemeta.go 0 3 0.0%
xmp/exif.go 0 8 0.0%
meta/exifTypes_gen.go 33 42 78.57%
xmp/parser.go 0 11 0.0%
exif/api.go 5 19 26.32%
xmp/xmp.go 0 15 0.0%
meta/canon/canon.go 0 18 0.0%
meta/exifTypes.go 67 98 68.37%
<!-- Total: 214 721 29.68% -->
Files with Coverage Reduction New Missed Lines %
xmp/xmp.go 1 0%
exif/api.go 2 18.12%
xmp/tag.go 5 14.29%
meta/exifTypes_gen.go 28 59.14%
xmp/reader.go 48 26.4%
<!-- Total: 84 -->
Totals Coverage Status
Change from base Build 1801210372: -5.7%
Covered Lines: 2693
Relevant Lines: 5092

💛 - Coveralls