Philipp Klaus
0d04a2efde
Reworking brother_ql/reader.py
...
The code used in BrotherQLReader.analyse() is now is now split into
a chunker() function which separates (=chunks) a data stream of bytes
into individual printer instructions and into the main functionality
of the analyse() method: Stating debug information about each instruction
and generating images of the expected printer output.
2016-07-19 18:20:19 +02:00
Philipp Klaus
d1a8599df5
reworking the exception model
2016-07-17 10:50:00 +02:00
Philipp Klaus
6ccf916eca
renaming the raster methods from set_ to add_
2016-07-17 09:23:26 +02:00
Philipp Klaus
9245da27f6
Fixing the creation of raster files, closes #1
2016-02-12 21:43:12 +01:00
Philipp Klaus
a3b148f161
Python 2 compatibility fix
2016-02-12 21:40:06 +01:00
Philipp Klaus
9c2a665bdb
adding the web server brother_ql_web
2016-01-07 22:24:37 +01:00
Philipp Klaus
be68d67f41
README: list models, add --upgrade to pip cmd
2015-12-14 11:28:17 +01:00
Philipp Klaus
9de185b7e2
Improved README
2015-12-14 11:17:34 +01:00
Philipp Klaus
82b853d148
brother_ql.writer -> brother_ql.raster
2015-12-14 11:11:11 +01:00
Philipp Klaus
05ce83ebd8
A lot of renaming variables, tools; improved README
2015-12-14 11:09:46 +01:00
Philipp Klaus
bbb3919ed0
brother_ql_write script added
2015-12-13 17:57:34 +01:00
Philipp Klaus
9381bd38fd
extending README
2015-12-12 17:04:17 +01:00
Philipp Klaus
3f3398f362
Improving the reader & implement no-compression mode
2015-12-12 17:02:40 +01:00
Philipp Klaus
82d3228a9e
fixing brother_ql_reader unavailable
2015-12-12 17:01:55 +01:00
Philipp Klaus
cf5d45a94f
LICENSE: GPL3, README + .gitignore
2015-12-12 14:34:34 +01:00
Philipp Klaus
01cbf716b3
Making this a package
2015-12-12 14:31:17 +01:00
Philipp Klaus
ecd970d846
writer and reader added
2015-12-12 13:53:33 +01:00
Philipp Klaus
8f699384e5
some improvements for the reader
...
* height is now -> raster_no
* width -> mwidth
* flip image before saving
2015-12-12 13:35:40 +01:00
Philipp Klaus
d37abd6da0
initial commit
2015-12-12 00:52:11 +01:00