Enums§
- Value
- Represents a metadata tag value, which can be of various types.
Functions§
- format_
g15 - Format a float with Perl-style %.15g precision (15 significant digits, trailing zeros stripped).
This matches ExifTool’s default
%sformatting for floating-point values. - format_
g_ prec - Format a float with Perl-style %.Ng precision (N significant digits, trailing zeros stripped). Mirrors C sprintf’s %g: uses exponential if exponent < -4 or >= precision.