Transform Cheat Sheet

Quick overview of transform options

Name
Abbrev
Explanation. Default Value. (Example Usage)

q

Sets quality. Default "80". (q_50)

w

Sets width. (w_200)

h

Sets height. (h_200)

s

Scales image. (s_20)

c

Sets crop type. Default "cover". (c_contain)

g

Sets gravity of cropped image. Default "center". (g_center)

bg

Sets background color. Default "white". (bg_auto, bg_green, bg_030303)

bo

Sets border. (bo_2px_red, bo_2_red)

r

Rounds the edges of image. (r_10)

f

Sets output format of image. Default "webp". (f_jpg)

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