resize method
resize
Resizes the image.
def resize(self, new_width, new_height, resize_type):
...
Parameter | Type | Description |
---|---|---|
new_width | int | The new width. |
new_height | int | The new height. |
resize_type | ResizeType | The resize type. |
resize
Resizes the image.
def resize(self, new_width, new_height, settings):
...
Parameter | Type | Description |
---|---|---|
new_width | int | The new width. |
new_height | int | The new height. |
settings | ImageResizeSettings | The resize settings. |
See Also
- module
aspose.cad
- class
RasterImage