Expand description
Compatibility re-exports for image decoding used by controller APIs.
The implementation lives in mj_client so native and web control surfaces
share the same limits, codec behavior, and error handling.
Structs§
- Optimized
Image - An image encoded in a bounded, browser-friendly representation.
Functions§
- optimize_
image - Decode and optimize a JPEG, PNG, or WebP image.
- optimize_
rgba - Optimize an 8-bit RGBA image supplied as raw pixels.