3 lines
110 B
Bash
3 lines
110 B
Bash
# 1024x for bigger
|
|
convert $1 -resize 128x -remap netscape: -ordered-dither o4x4,4 -colorspace transparent $2
|