Skip to content

Releases: benoitguigal/python-epson-printer

Release 1.8.0

16 May 18:22

Choose a tag to compare

  • update project dependencies
  • add license file

Release 1.7.1

19 May 16:37

Choose a tag to compare

allow to rotate image before printing

Realease 1.7

18 May 12:32

Choose a tag to compare

  • optimize with numpy

Release 1.6

17 Feb 09:35

Choose a tag to compare

Re-write conversion from PIL Image to PrintableImage to allow parallel processing of pixels

Release 1.5

03 Jan 14:22

Choose a tag to compare

  • fix page mode cropping image
  • allow printing several images in one page (no printer pause in between)
  • some documentation

Bug fixes + refactor

14 Dec 15:37

Choose a tag to compare

v1.4

bump to version 1.4

Minor change

31 Oct 21:08

Choose a tag to compare

Expose method marshallPixels()

Refactor

29 Oct 15:18

Choose a tag to compare

  • Some code refactor
  • Improve performance when printing a bitmap image (useful on a Raspberry PI for large images)

2nd release with improved printing speed

04 Jul 09:46

Choose a tag to compare

  • set_print_speed allows to fine tune printing speed

First release

10 Jun 12:22

Choose a tag to compare

  • Connexion via USB
  • basic ESC/POS commands
  • test page
  • utility class to convert image to a bit array of 1's and 0's