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§
- Image
Dimensions - Pixel dimensions read from an image header.
Enums§
- Image
Format - 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.