Marko Rauhamaa wrote:
Gregory Ewing <[email protected]>:If those are 24-bit RGB pixels, you could encode 3 characters in each pixel.Not since Python3. Characters are Unicode now so you'll need to dedicate a pixel for each character.
Depends on which characters you want. With the Flexible Chromatic Representation, it could be anything from 1 to 3. -- Greg -- https://mail.python.org/mailman/listinfo/python-list
