| Name | Type | Value | Restrictions | Description | 
|---|
| CROP | int | 3 |  | Crop according to the given dimensions while maintaining the original aspect ratio. The resulting image may be cover only part of the original image. | 
| CROP_FROM_TOP | int | 4 |  | Crops the image so that only the upper part of the image remains. | 
| RESIZE | int | 1 |  | Resize according to the given dimensions while maintaining the original aspect ratio. | 
| RESIZE_WITH_FORCE | int | 5 |  | Forcibly resize the image according to the given dimensions without necessarily maintaining the original aspect ratio. | 
| RESIZE_WITH_PADDING | int | 2 |  | Place the image within the given dimensions and fill the remaining spaces using the given background color. |