Releases: benoitguigal/python-epson-printer
Releases · benoitguigal/python-epson-printer
Release 1.8.0
- update project dependencies
- add license file
Release 1.7.1
allow to rotate image before printing
Realease 1.7
- optimize with numpy
Release 1.6
Re-write conversion from PIL Image to PrintableImage to allow parallel processing of pixels
Release 1.5
- fix page mode cropping image
- allow printing several images in one page (no printer pause in between)
- some documentation
Bug fixes + refactor
v1.4 bump to version 1.4
Minor change
Expose method marshallPixels()
Refactor
- Some code refactor
- Improve performance when printing a bitmap image (useful on a Raspberry PI for large images)
2nd release with improved printing speed
- set_print_speed allows to fine tune printing speed
First release
- Connexion via USB
- basic ESC/POS commands
- test page
- utility class to convert image to a bit array of 1's and 0's