Skip to content

Commit

Permalink
Merge pull request #380 from formapro-forks/resolve-from-cli-doc
Browse files Browse the repository at this point in the history
Documentation for cli command
  • Loading branch information
makasim committed Apr 3, 2014
2 parents dd463e0 + 135ce7c commit 23bd992
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ This will perform the transformation called `thumbnail`, which you can define
to do a number of different things, such as resizing, cropping, drawing,
masking, etc.

Same result you can get from cli command:

``` jinja
app/console liip:imagine:cache:resolve relative/path/to/image.jpg thumbnail
````

This bundle integrates the standalone PHP "[Imagine library](https://github.com/avalanche123/Imagine)".

[![Build Status](https://secure.travis-ci.org/liip/LiipImagineBundle.png)](http://travis-ci.org/liip/LiipImagineBundle)
Expand Down

0 comments on commit 23bd992

Please sign in to comment.