Lucee Function Reference
imageflip()
Transforms an image by flipping or rotating it along specified axes. This operation modifies the original image in place.
Example
imageflip(any image,[string transpose]):void
Category
image
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Default Value | Description |
|---|---|---|---|---|
| image | any | Yes | The image object, binary object, base64 string, or file path to be transformed. The image will be modified in place. | |
| transpose | string | No | vertical |
The type of transformation to apply: |