Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Add sharpen and contrast to the list of transformations in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrabrand committed Oct 19, 2015
1 parent ee745a7 commit aa17289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.rst
Expand Up @@ -503,6 +503,7 @@ The available transformation methods are:
* ``border({ color: '000000', width: 1, height: 1, mode: 'outbound' })``
* ``canvas({ width: null, height: null, mode: null, x: null, y: null, bg: null })``
* ``compress({ level: 75 })``
* ``contrast({ sharpen: 2 })``
* ``crop({ x: null, y: null, width: null, height: null })``
* ``desaturate()``
* ``flipHorizontally()``
Expand All @@ -513,6 +514,7 @@ The available transformation methods are:
* ``resize({ width: null, height: null })``
* ``rotate({ angle: null, bg: '000000' })``
* ``sepia({ threshold: 80 })``
* ``sharpen({ radius: 3, sigma: 2, gain: 1.5, threshold: 0.07 })``
* ``smartSize({ width: null, height: null, crop: 'mode', poi: 'x,y' })``
* ``strip()``
* ``thumbnail({ width: 50, height: 50, fit: 'outbound' })``
Expand Down

0 comments on commit aa17289

Please sign in to comment.