woo-j / OkapiBarcode

Open-source barcode encoding program written in Java
http://www.okapibarcode.org.uk
Apache License 2.0
318 stars 94 forks source link

QR Code: there is a mistake in method addFormatInfoEval(...) #88

Closed thinowl closed 7 months ago

thinowl commented 2 years ago

0x01 >> pattern should be 0x01 << pattern

gredler commented 2 years ago

Thanks for the report. Do you have an example of a barcode that encodes incorrectly due to the bug?