Documentation
¶
Overview ¶
Package exif reads the EXIF metadata block out of a JPEG.
Parse walks the JPEG markers to the EXIF segment and decodes its TIFF structure into a TagStore, which preserves the order tags were found in and keeps the first value seen for a repeated tag. The parser matches the npm exif-parser library, including its use of exceptions for control flow, mirrored here as a scoped panic/recover that Parse converts to an error.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValueString ¶
ValueString renders a simplified tag value the way JS string interpolation does (numbers via JS Number formatting, arrays joined by ",").
Types ¶
Click to show internal directories.
Click to hide internal directories.