Source image metadata used by Astral image transforms.
Summary
Functions
Read image dimensions, format, and content hash from a source file.
Types
@type t() :: %Astral.Image.Metadata{ content_hash: String.t(), format: atom(), height: pos_integer(), path: String.t(), width: pos_integer() }