Description Usage Arguments Value Examples
RGB manipulation
1 | RGB_manipulation(input_path, output_path, R = 2L, G = 2L, B = 2L)
|
input_path |
string, path to the input .png file |
output_path |
string, path to the output .png file |
R |
int, a weight value for red channel, equal to or greater than 0. |
G |
int, a weight value for green channel, equal to or greater than 0. |
B |
int, a weight value for blue channel, equal to or greater than 0. |
png file at the output path
1 2 3 4 | ## Not run:
RGB_manipulation("input.png", "output.png", R = 5L, G = 1L, B = 1L)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.