Brad Barnhill

Results 152 comments of Brad Barnhill

Yep and it's supported in this lib too as the evidence above shows. My last comment was regarding invalid chars.

Here is the input for the above code: ```038000356216```

I think you are on to something and Ill get this moved into the lib. Thanks for the help and the contribution!

Addressed this here: https://github.com/barnhill/barcodelib/pull/202

closing this pending the review and merge of the above listed PR

This was done to support more platforms besides windows. SkiaSharp is the path to multi-platform support. :)

You did point out that the symbology namespace was never converted to BarcodeStandard but still resides in BarcodeLib. I will fix that.

Yes I had to get away from using `System.Drawing.Bitmap` in the library to support cross platform generation of barcodes.

This was done to preserve memory space when done with the barcode object. I think this would be expected behavior?

This is interesting. I just tested the java version of this lib and it doesnt have this issue. Let me try the .NET verison.