forked from thumbor/thumbor
-
Notifications
You must be signed in to change notification settings - Fork 0
Filling
dhardy92 edited this page Mar 7, 2012
·
6 revisions
Usage: fill(color)
This filter permit to return an image sized exactly as requested wherever is its ratio by filling with chosen color the missing parts. Usually used with "fit-in" or "adaptive-fit-in"
- color - the color code (like in HTML) or hexadecimal rgb expression (see https://en.wikipedia.org/wiki/Web_colors for example)
As original image is : Original picture
Picture after the fill(blue) filter
Picture after the fill(f00) filter
Picture after the fill(add8e6) filter