mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-03 07:04:09 +01:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
convert "$2" -flip -quantize YUV -dither FloydSteinberg -colors 4 \
|
|
-interlace partition picture.yuv
|
|
sudo ./spectrumpaint picture.Y "$1" 100000
|