This commit is contained in:
Auric Vente 2024-07-21 22:39:04 -06:00
parent f496ca6c4e
commit 489a3f19f7
6 changed files with 6 additions and 0 deletions

3
cromulant/img/green.sh Executable file
View File

@ -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

BIN
cromulant/img/icon_3_o.jpg Normal file

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

BIN
cromulant/img/icon_4_o.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

3
cromulant/img/red.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
convert $1 -channel R -evaluate add 16% +channel -quality 85 -strip $1_red