Expand description
Video frame buffer operations
Provides scaling (nearest-neighbor, bilinear), pixel format conversion, color space conversion (YUV <-> RGB via BT.601), alpha blending, and framebuffer blitting. All math is integer-only (no FPU).
Video frame buffer operations
Provides scaling (nearest-neighbor, bilinear), pixel format conversion, color space conversion (YUV <-> RGB via BT.601), alpha blending, and framebuffer blitting. All math is integer-only (no FPU).