| layout | default |
|---|---|
| title | Trim |
Trims away image space in color at given position.
<img src="kayaks.jpg?h=500&trim=top-left">Sets the the point from where the trimming color is picked.
top-left: Default.buttom-righttransparent
<img src="kayaks.jpg?h=500&trim=bottom-right">Sets which borders should be trimmed away. Defined by the first letter of each side; t, b, l, r (top, bottom, left, light). Default is all sides.
<img src="kayaks.jpg?h=500&trim=bottom-right,tl">Sets tolerance level in percent to trim similar colors. Default is 0.
<img src="kayaks.jpg?h=500&trim=bottom-right,tl,5">Sets the border around the object, in pixels. Can be a positive value, to expand the border, or negative, to contract the border. Default is 0.
<img src="kayaks.jpg?h=500&trim=bottom-right,tl,5,10">