Expand description
Image loader with pluggable backends
Unified interface for loading image files with metadata extraction. Supports different backends based on feature flags:
- Default:
imagecrate (uses exrs for EXR) - Feature “openexr”: openexr-rs (C++ bindings, full DWAA/DWAB support)
Structs§
- Loader
- Image loader with metadata support