Skip to content

Tags: bep/imagemeta

Tags

v0.12.1

Toggle v0.12.1's commit message
Drop warning for UserComment type assertion

It's too common to warn about.

v0.12.0

Toggle v0.12.0's commit message
Allow invalid encoding in EXIF UserComment field

However, emit a warning in this case.

v0.11.0

Toggle v0.11.0's commit message
Limit the byte buffer to 10 MB

Which should be plenty for image metadata.

v0.10.0

Toggle v0.10.0's commit message
Add LimitNumTags and LimitTagSize

With some senbible defaults.

This is a safeguard against abnormally large image metadata.

Note that there's already a Timeout option that can be set if you want to have the processing fail if it takes too long.

v0.9.0

Toggle v0.9.0's commit message
all: Run modernize -fix ./...

v0.8.4

Toggle v0.8.4's commit message
Add testfile for undefined usercomment

See #37

v0.8.3

Toggle v0.8.3's commit message
Handle CFAPattern with invalid byte order

Updates #34

v0.8.2

Toggle v0.8.2's commit message
Add missing out of bounds check

Closes #34

v0.8.1

Toggle v0.8.1's commit message
Fix handling of converted undefined floats

Relates to the fix in 93e6518

See gohugoio/hugo#12793

v0.8.0

Toggle v0.8.0's commit message
Return undef for all +inf/-inf/nan float values

See golang/go#59627 and golang/go#59627