Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 924 Bytes

File metadata and controls

43 lines (24 loc) · 924 Bytes

Tiff

Layeredimage Index / Layeredimage / Io / Tiff

Auto-generated documentation for layeredimage.io.tiff module.

openLayer_TIFF

Show source in tiff.py:13

Open a .tiff or a .tif file into a layered image.

Signature

def openLayer_TIFF(file: str) -> LayeredImage: ...

See also

saveLayer_TIFF

Show source in tiff.py:52

Save a layered image as .tiff or .tif.

Signature

def saveLayer_TIFF(fileName: str, layeredImage: LayeredImage) -> None: ...

See also