Table of Contents

image_width property

Returns or sets the width of the generated TIFF image. Read/write int.

Definition:

@property
def image_width(self):
    ...

@image_width.setter
def image_width(self, value):
    ...

See Also