commit 945a3655cf9ba1bd0e5cd4ec9e596916d457fbb3
parent b74b98fcd3bdd5901ab3d3b53b688e24f004afc4
Author: lostd <lostd@2f30.org>
Date: Sat, 14 Dec 2013 12:25:26 +0200
Suggest alternative configs
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/puffy/puffy.sh b/puffy/puffy.sh
@@ -6,10 +6,12 @@
SRC=tshirt-23.gif
DST=puffy.png
-COLOR=00FF00
+COLOR=00FFFF # tron like
+COLOR=00FF00 # true green
COLORNEG=$(echo "obase=16; ibase=16; FFFFFF - $COLOR" | bc)
GRAY=474747 # this is the bg val after grayscale
-GEOM=646x600
+GEOM=646x710 # with openbsd text
+GEOM=646x610 # without the text
# prepare masks
convert -size $GEOM xc:#$GRAY gray.png