-
```
Hello,
any plans to include code128 support?
cheers,
```
Original issue reported on code.google.com by `ren...@gmail.com` on 20 Feb 2012 at 3:54
-
Hi,
First of all, huge congratulations for creating a really cool app and some pretty solid code. However, could you add the ability to scan all barcodes using the camera?
For example, if I point…
-
Hi,
We are using this library for image capture and works almost very good except for code 128 barcodes not being scanned properly.
If you can check it , it would be of great help so that we can…
-
I try use imagemagic before scan, but it doesn't help
` convert -density 150 -resize 1000% -threshold 55% 000001.png out.png`
Original picture:
![000001_orig](https://github.com/zxing-cpp/zxing-c…
-
Not support code128
-
Hi,i run `decode(img)` and get
```
[Decoded(data=b'2102313JPY10MA011021', type='CODE128', rect=Rect(left=164, top=225, width=0, height=2), polygon=[Point(x=164, y=225), Point(x=164, y=227)], qualit…
-
This might only be an issue with my very cheap Excelvan printer but when I print CODE128 barcodes it prints the {B prefix as well as the content.
`$content = "MYCONTENT";`
`$printer->setBarcodeTextP…
-
If we print the code 128 barcode as same as using this method printer.Code128("123456789");
It will print wrong barcode. It will print something like this "495051525354555657" after scanning the pr…
-
Hi.
I want both the function to generate and scan bar codes with code128.
So I knew how to scan barcodes, but I didn't find a way to generate barcodes.
Can I use this library to generate a code12…
-
Hi,
We have been using XZing in .net to decode QR codes from image files flawlessly for more than 8 years. Now we have a new requirement to decode Code128 barcodes that are manually placed on physic…