remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -28,7 +28,7 @@ The threshold value can be given as a percentage or as an absolute integer value
|
|||
#### `-blend geometry`
|
||||
Blend an image into another by the given absolute value or percent.
|
||||
|
||||
Blend will average the images together ('plus') according to the percentages given and each pixels transparency. If only a single percentage value is given it sets the weight of the composite or 'source' image, while the background image is weighted by the exact opposite amount. That is a `-blend 30%` merges 30% of the 'source' image with 70% of the 'destination' image. Thus it is equivalent to `-blend 30x70%`.
|
||||
Blend will average the images together ('plus') according to the percentages given and each pixels transparency. If only a single percentage value is given it sets the weight of the composite or 'source' image, while the background image is weighted by the exact opposite amount. That is a `-blend 30%` merges 30% of the 'source' image with 70% of the 'destination' image. Thus it is equivalent to `-blend 30x70%`.
|
||||
|
||||
#### `-blur radius`
|
||||
Convolve the image with a Gaussian or normal distribution using the given Sigma value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue