Orientation | or | 0|90|180|270 | Rotates the image. |
Flip | flip | h|v | Flip the image. |
Crop | crop | 100,100,50,50 | Crop the image (width, height, X, Y) |
Width | w | e.g. 200 | Sets the width of the image, in pixels. |
Height | h | e.g. 100 | Sets the height of the image, in pixels. |
Fit | fit | contain|max|fill|stretch|crop | Sets how the image is fitted to its target dimensions. |
Device Pixel Ratio | dpr | e.g. 2 | Multiples the overall image size. |
Brightness | bri | -100 to +100 | Adjusts the image brightness. |
Contrast | con | -100 to +100 | Adjusts the image contrast. |
Gamma | gam | 0.1 to 9.99 | Adjusts the image gamma. |
Sharpen | sharp | 0 to 100 | Sharpen the image. |
Blur | blur | 0 to 100 | Adds a blur effect to the image. |
Pixelate | pixel | 0 to 1000 | Applies a pixelation effect to the image. |
Filter | filt | greyscale|sepia | Applies a pixelation effect to the image. |
Background | bg | e.g. FFFFFF | Sets the background color of the image. |
Border | border | width,color,(overlay|shrink|expand) | Add a border to the image. |
Quality | q | 0 to 100 (default 90) | Defines the quality of the image. |
Format | fm | jpg|pjpg|png|gif|webp (default jpg) | Encodes the image to a specific format. |