Small c++ program to print a png image to a Dymo Labelwriter 450 on Linux (raspbian)
git clone ...
cd raspberrypi-label-printer
make
./PrintLabel <label image 1> [<label image 2> ...]
Where label image 1
, label image 2
, etc is a path to a png image to print.