Skip to main content

Module value

Module value 

Source

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 %s formatting 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.