Casts the input value to a signed 32-bit integer.
Usage | Returns |
---|---|
Image.int32() | Image |
Argument | Type | Details |
---|---|---|
this: value | Image | The image to which the operation is applied. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!