eink-parade/pic/convert-img-to-eink.sh

5 lines
313 B
Bash
Raw Normal View History

2022-10-15 11:18:09 +03:00
#!/bin/bash
convert xc:"rgb(0, 0, 0)" xc:"rgb(0, 0, 255)" xc:"rgb(255, 0, 0)" xc:"rgb(0, 255, 0)" xc:"rgb(255, 128, 0)" xc:"rgb(255, 255, 0)" xc:"rgb(255, 255, 255)" +append palette.gif
filename=$1
convert $filename -resize 600x448^ -gravity center -extent 600x448 -remap palette.gif ${filename%.*}-converted.bmp