Skip to content

Commit

Permalink
update plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 7, 2021
1 parent a1cbb64 commit 7551cc3
Show file tree
Hide file tree
Showing 11 changed files with 221 additions and 219 deletions.
2 changes: 1 addition & 1 deletion Documentation/source/plugins/net.sf.cimg.CImgBloom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Controls
+--------------------------------------+---------+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter / script name | Type | Default | Function |
+======================================+=========+================+===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
| Size / ``size`` | Double | x: 0 y: 0 | Size (diameter) of the filter kernel, in pixel units (>=0). The standard deviation of the corresponding Gaussian is size/2.4. No filter is applied if size < 1.2. |
| Size / ``size`` | Double | x: 0 y: 0 | Size (diameter) of the filter kernel, in pixel units (>=0). The standard deviation of the corresponding Gaussian is size/2.4. No blur is applied if size < 0.24 (Gaussian and quasi-Gaussian) or <= 1 (box, triangle and quadratic). |
+--------------------------------------+---------+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Uniform / ``uniform`` | Boolean | Off | Apply the same amount of blur on X and Y. |
+--------------------------------------+---------+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/source/plugins/net.sf.cimg.CImgBlur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Controls
+--------------------------------------+---------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter / script name | Type | Default | Function |
+======================================+=========+===========+===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
| Size / ``size`` | Double | x: 0 y: 0 | Size (diameter) of the filter kernel, in pixel units (>=0). The standard deviation of the corresponding Gaussian is size/2.4. No filter is applied if size < 1.2. |
| Size / ``size`` | Double | x: 0 y: 0 | Size (diameter) of the filter kernel, in pixel units (>=0). The standard deviation of the corresponding Gaussian is size/2.4. No blur is applied if size < 0.24 (Gaussian and quasi-Gaussian) or <= 1 (box, triangle and quadratic). |
+--------------------------------------+---------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Uniform / ``uniform`` | Boolean | Off | Apply the same amount of blur on X and Y. |
+--------------------------------------+---------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
Loading

0 comments on commit 7551cc3

Please sign in to comment.