simvx.graphics.assets.image_loader¶
Image file I/O for textures — loading and saving PNG/JPG.
Module Contents¶
Functions¶
Load PNG/JPG texture from disk → device-local VkImage. |
|
Save RGBA uint8 pixels (H, W, 4) as a PNG file. Pure Python, no Pillow. |