Quick overview of transform options
quality
q
Sets quality. Default "80". (q_50)
width
w
Sets width. (w_200)
height
h
Sets height. (h_200)
scale
s
Scales image. (s_20)
crop
c
Sets crop type. Default "cover". (c_contain)
gravity
g
Sets gravity of cropped image. Default "center". (g_center)
background
bg
Sets background color. Default "white". (bg_auto, bg_green, bg_030303)
border
bo
Sets border. (bo_2px_red, bo_2_red)
round
r
Rounds the edges of image. (r_10)
outputFormat
f
Sets output format of image. Default "webp". (f_jpg)
angle (rotate)
a
Rotate image with given angle. (a_90)
flip
Flips image on axis (flip_x, flip_y, flip_xy, flip_yx)
tint
Blends image with color. (tint_green, tint_030303)
flatten
Changes transparent pixels with background color. (flatten)
grayscale
Apply Grayscale filter. (grayscale, greyscale)
blur
Apply Blur filter. (blur_5)
sharpen
Apply Sharpen filter. (sharpen_5)
median
Apply Median filter. (median_5)
threshold
Apply Threshold filter. (threshold_5)
negative
Apply Negative filter. (negative)
Last updated 2 years ago