Layeredimage Index / Layeredimage / Io
Auto-generated documentation for layeredimage.io module.
Export the layered image to a unilayer image file.
def exportFlatImage(fileName: str, layeredImage: LayeredImage) -> None: ...Output the file extension not recognised error.
def extNotRecognised(fileName: str) -> None: ...Open a layer image file into a layer image object.
filestr - path/ filename
FileExistsError- If the layered image does not existValueError- If the extention is not recognised
LayeredImage- a layered image object
def openLayerImage(file: str | Path) -> LayeredImage: ...Save a layered image to a file.
fileNamestr - path/ filenamelayeredImageLayeredImage - the layered image to save
ValueError- If the extention is not recognised
None
def saveLayerImage(fileName: str | Path, layeredImage: LayeredImage) -> None: ...