# Label converter ## Description Turn HTML string into png for label printing ## Usage See [wiki](https://gitlab.com/miicat/label-converter/-/wikis/) for full usage ### Basic usage This will print generated png file in bytes in json list `label-converter --header "

I'm a header

" --body "

I'm body

Nice to meet you! :3

" --footer "

I'm a footer

" --width 240 --height 240 --debug` Output: ```text [[73,69,78,68,174,66,96,130..]] ``` ![Image of outputting png file](https://gitlab.com/miicat/label-converter/-/raw/master/example.png) ### Print help text Simply run this `label-converter -h` or `label-converter --help` for long help. ## Author [Miika Launiainen](https://gitlab.com/miicat) ## Donating If you want to support me, feel free to use paypal [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/miicat) ## License This library is licensed under GPLv3