Gimpformats Index / Gimpformats / Utils
Auto-generated documentation for gimpformats.utils module.
Load a file.
fileName
- can be a file name or a file-like object
def fileOpen(file: BytesIO | str | Path) -> tuple[str, bytes]: ...
def repr_indent_lines(indent: int, lines: list[str]): ...
Save this gimp image to a file.
def save(data: bytes, file: BytesIO | str | Path) -> None: ...