pocketpy/include/typings/cute_png.pyi
2025-08-06 14:25:53 +08:00

6 lines
152 B
Python

from array2d import array2d
from vmath import color32
def loads(data: bytes) -> array2d[color32]: ...
def dumps(image: array2d[color32]) -> bytes: ...