5 lines
79 B
Bash
5 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
mkdir -p processed
|
||
|
|
convert $1 +dither -map palette.png processed/
|