Skip to content

Releases: benoitguigal/python-epson-printer

Release 1.8.0

Choose a tag to compare

@benoitguigal benoitguigal released this 16 May 18:22
  • update project dependencies
  • add license file

Release 1.7.1

Choose a tag to compare

@benoitguigal benoitguigal released this 19 May 16:37

allow to rotate image before printing

Realease 1.7

Choose a tag to compare

@benoitguigal benoitguigal released this 18 May 12:32
  • optimize with numpy

Release 1.6

Choose a tag to compare

@benoitguigal benoitguigal released this 17 Feb 09:35

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

Release 1.5

Choose a tag to compare

@benoitguigal benoitguigal released this 03 Jan 14:22
  • fix page mode cropping image
  • allow printing several images in one page (no printer pause in between)
  • some documentation

Bug fixes + refactor

Choose a tag to compare

@benoitguigal benoitguigal released this 14 Dec 15:37
v1.4

bump to version 1.4

Minor change

Choose a tag to compare

@benoitguigal benoitguigal released this 31 Oct 21:08

Expose method marshallPixels()

Refactor

Choose a tag to compare

@benoitguigal benoitguigal released this 29 Oct 15:18
  • Some code refactor
  • Improve performance when printing a bitmap image (useful on a Raspberry PI for large images)

2nd release with improved printing speed

Choose a tag to compare

@benoitguigal benoitguigal released this 04 Jul 09:46
  • set_print_speed allows to fine tune printing speed

First release

Choose a tag to compare

@benoitguigal benoitguigal released this 10 Jun 12:22
  • Connexion via USB
  • basic ESC/POS commands
  • test page
  • utility class to convert image to a bit array of 1's and 0's