Skip to main content

Module imagefmt

Module imagefmt 

Source
Expand description

Image format dimension probing without full decodes. Header-only image dimension probes.

These probes inspect container headers only; they never decode pixel data.

Structs§

ImageDimensions
Pixel dimensions read from an image header.

Enums§

ImageFormat
An image container recognized from its magic bytes.

Functions§

dimensions
Reads pixel dimensions from a PNG, JPEG, GIF, or WebP header.
format
Identifies a supported image container from its magic bytes.