[Image-SIG] Converting to zebra (ZPL) format

Fredrik Lundh fredrik at pythonware.com
Sat Jun 18 11:30:40 CEST 2005


Joao S. O. Bueno Calligaris wrote:

> despite Fredik's lengthy and carefull answer, I think that is not what
> you were asking for - his program is suitable to print images inpout
> inline inside a Python program as sequences of 0 and 1's.

the first section of the script was sample code which illustrated how to get
from Peter's description to a mode "1" image.  as the comments below the
script implied, what PIL function you get the mode "1" image doesn't really
matter (Image.open or Image.new+ImageDraw or ImageGrab or...)

</F> 





More information about the Image-SIG mailing list