aboutsummaryrefslogblamecommitdiffstats
path: root/bin/picc
blob: f25d6d996fc06dea8c4b99088fefbb1b48ee96ee (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
#!/bin/sh

set -xe

[ ! -f "${1}" ]
[ -f "${2}" ]
[ -n "${3}" ]

convert "${2}" -dither Riemersma -colors 16 "${3}"
remember that computers suck.