Reversing bits in a byte

Dave Angel davea at davea.name
Tue Mar 12 08:46:39 EDT 2013


On 03/11/2013 11:32 AM, Robert Flintham wrote:
> Hi,
>
> I have a 'bytes' object which contains a simple bitmap image (i.e. 1 bit per pixel).  I can't work out how I would go about displaying this image.  Does anyone have any thoughts?
>
> All the best,
> Rob
>
>

How does your subject line relate to your question?

But more importantly, what version of Python, what OS, and which GUI 
library (wxpython, qt, etc.) are you used to?  Specify those, and 
somebody familiar with that particular library will probably pop up with 
an answer.



-- 
DaveA



More information about the Python-list mailing list