Skip to content

Commit

Permalink
doc: documented the limitation for radius,sigma.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 3, 2016
1 parent 4cbecc2 commit cda384f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,11 @@ when Content-Length is not set in response headers.
|rmprof |char |n |remove profile | :o:| :x:|:x:|
|autoorient |char |n |enable adjust image orientation automatically | :o:| :x:|:x:|

`of=gif` and `of=webp` are not supported when `e=imlib2`. `autoorient` is available ImageMagick-6.9.0 or later.
There are any limitations below.

* `of=gif` and `of=webp` are not supported when `e=imlib2`.
* `autoorient` is available ImageMagick-6.9.0 or later.
* The value of `radius,sigma` for `sharpen` and `unsharp` and `blur` is limited by `small_light_radius_max` and `small_light_sigma_max`.

There are the types of each parameter below.

Expand Down

0 comments on commit cda384f

Please sign in to comment.