jbittencourt / python-escpos

Fork of the Python ESC/POS library
GNU General Public License v3.0
12 stars 10 forks source link

Can't print image with height > 255px #1

Open benoitguigal opened 10 years ago

benoitguigal commented 10 years ago

I want to print images with height > 255px but it raises ImageSizeErrror. If I remove the exception handling, it raises a "Odd-length string" string error in function hex_decode.