mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-02-20 01:41:29 +01:00
- Added shebang to all the scripts - Adjusted all the scripts to make them compatible with a POSIX shell
6 lines
160 B
Bash
Executable File
6 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
convert BBC.jpg -flip -quantize YUV -dither FloydSteinberg -colors 4 \
|
|
-interlace partition picture.yuv
|
|
sudo ./spectrumpaint picture.Y "$1" 100000
|