Mods
This commit is contained in:
parent
f496ca6c4e
commit
489a3f19f7
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
convert $1 -channel G -evaluate add 12% +channel -quality 85 -strip $1_green
|
Binary file not shown.
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 210 KiB |
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
Binary file not shown.
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 268 KiB |
Binary file not shown.
After Width: | Height: | Size: 269 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
convert $1 -channel R -evaluate add 16% +channel -quality 85 -strip $1_red
|
Loading…
Reference in New Issue