Brad Barnhill

Results 152 comments of Brad Barnhill

PR has been tested more tonight and still needs eyes on it. If anyone sees anything concerning please let me know. I did fix the labels recently in that PR...

Those params are only used to upload it to maven central. To use this in a project you can just pull it from the central repository but if you want...

This was addressed in https://github.com/barnhill/barcode-java/pull/19. Closing.

I did notice this myself while rewriting the drawing in the .NET version of this lib. The labels are a huge pain and should be rewritten. I would love to...

Pull request is out with the changes to remove the _Encoded_Image and a massive refactor to remove usage of System.Drawing.Common which is not compatible with Linux and MacOS. https://github.com/barnhill/barcodelib/pull/152 This...

This is most likely caused by an invalid check digit being on the end so its recalculating it. So its correcting the bad data being input. If you input `00000012345`...

I believe the issue with the barcode being shifted to the right by one pixel has been fixed in a previous release. I just tested it just now with a...

Going to close this as this entire library is getting prepped to remove System.Common.Drawing in favor of SkiaSharp for cross platform compatibility. Once that merges we can re-evaluate this and...

Added strong name signing of the assembly along with this major update: https://github.com/barnhill/barcodelib/pull/152

Closing this issue in preparation of that PR to release