aboutsummaryrefslogtreecommitdiff
path: root/ql/ql.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for printing on red/black tapesPřemysl Eric Janouch2021-06-101-17/+74
| | | | | | | | | | My QL-800 refuses to print black only on a red/black tape. I really don't like the added `rb` function parameter. It would be best to be able to recognize such tapes, however nothing of the sort is documented in official Brother documentation. makeBitmapData{,RB} also look like they could be simplified further.
* Cleanup, improve communication while printingPřemysl Janouch2019-04-121-394/+31
|
* Move printer stuff into the ql packagePřemysl Janouch2019-04-121-30/+324
|
* Improve the label printing experimental toolPřemysl Janouch2019-04-121-34/+59
| | | | | Now it should be safer to print on die-cut labels, or even any supported label at all.
* Add a media size information tablePřemysl Janouch2019-04-121-3/+47
|
* Fix status decodingPřemysl Janouch2019-04-121-0/+2
| | | | Mainly to reflect a real-world printer.
* Create a package for the printerPřemysl Janouch2019-04-121-0/+218