ventosus.ch Open Music Kontrollers

pbmrot

Fast (anti)clockwise rotation of monochrome PBMs

ImageMagick is too slow to do this and I need to rotate thousands of monochrome PBMs on a regular basis for my custom eReader.

Build / install

git clone https://git.ventosus.ch/pbmrot
cd pbmrot
meson setup build
cd build
ninja
ninja test
sudo ninja install
Source