aboutsummaryrefslogtreecommitdiffstats
path: root/bin/picc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/picc')
-rwxr-xr-xbin/picc9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/picc b/bin/picc
deleted file mode 100755
index f25d6d9..0000000
--- a/bin/picc
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -xe
-
-[ ! -f "${1}" ]
-[ -f "${2}" ]
-[ -n "${3}" ]
-
-convert "${2}" -dither Riemersma -colors 16 "${3}"
remember that computers suck.