mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
408 stars 74 forks source link

Added X BitMap format. #42

Closed svanheulen closed 8 years ago

svanheulen commented 8 years ago

I made a function to convert the QR code to X BitMap format which it useful if you want to display it using Tkinter with the BitmapImage class. I wasn't quite sure what would be needed for tests though, sorry.