Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecolin committed Sep 26, 2013
1 parent 3023ed9 commit 117fd39
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resources/doc/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ liip_imagine:
relative_resize: { scale: 2.5 } # Transforms 50x40 to 125x100
```

### The `upscale` filter

The upscale filter, as the name implies, performs a upscale transformation
on your image. Configuration looks like this:

``` yaml
liip_imagine:
filter_sets:
my_thumb:
filters:
upscale: { min: [800, 600] }
```

### The `crop` filter

The crop filter, as the name implies, performs a crop transformation
Expand Down

0 comments on commit 117fd39

Please sign in to comment.