NetBarcode icon indicating copy to clipboard operation
NetBarcode copied to clipboard

V1.5 Feedback

Open Tagliatti opened this issue 2 years ago • 2 comments

In this version it was Replaced System.Drawing by ImageSharp, comment if you find any problems. Thanks

Tagliatti avatar May 20 '22 17:05 Tagliatti

Hi @Tagliatti, I have tried the new version and base64 encoded barcode image is not same - barcode lines are thicker.

var barcode = new Barcode("660004005000080000221020220529113509", NetBarcode.Type.Code128C, false, 466, 40);
barcode.GetBase64Image();

version 1.4.5 vrrbju

version 1.5.0 nfrpff ...and web browser renders this base64 image (<img src=\"data:image/png;base64,{barcode.GetBase64Image()}"...) as image

Thank you for your help.

xtomino avatar May 30 '22 11:05 xtomino

Hi, Thanks for the library!

I would like to see GraphicsOptions as a parameter to GetImage() method. I'm getting blurred text when rendering the barcode into an image with a label. I'd be great to be able to change anti aliasing etc.

lejsekt avatar Jun 06 '22 12:06 lejsekt