TileAssembler
¶
-
class
Draft.
TileAssembler
((object)arg1) → None¶ The Draft.TileAssembler class provides the ability to assemble images or portions of images, called tiles, into a single final image that will be written to a file on disk. Each tile is represented by a
Draft.Image
created from a filename and corresponds to an image file on disk. The image files on disk associated with the tiles must not be modified during the assembly process; doing so might lead to unexpected behavior.New in version 1.3.
__init__( (object)arg1) -> None