From Ruud van der Ham@rt.van.der.ham@gmail.com to comp.lang.python.announce on Mon Jul 25 17:19:52 2022
From Newsgroup: comp.lang.python.announce
I have just released a new module, called pil_printer:
With the pil_printer module it is possible to print a PIL image or several
PIL images to a printer under Windows.
The most common use case is to print JPG or PNG file(s) at an exact point
with an exact scaling.
Most graphics programs don’t support exact placement and the user has
nearly always to manually control this placement/scaling for each image.
The package can be downloaded here:
github.com/salabim/pil_printerIt is not (yet) available on PyPI.
--- Synchronet 3.19c-Linux NewsLink 1.113
From Ruud van der Ham@rt.van.der.ham@gmail.com to comp.lang.python.announce on Mon Jul 25 18:17:52 2022
From Newsgroup: comp.lang.python.announce
I have just released a new module, called pil_printer:
With the pil_printer module it is possible to print a PIL image or several
PIL images to a printer under Windows.
The most common use case is to print JPG or PNG file(s) at an exact point
with an exact scaling.
Most graphics programs don’t support exact placement and the user has
nearly always to manually control this placement/scaling for each image.