Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.5 Feedback #29

Open
Tagliatti opened this issue May 20, 2022 · 2 comments
Open

V1.5 Feedback #29

Tagliatti opened this issue May 20, 2022 · 2 comments

Comments

@Tagliatti
Copy link
Owner

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

@xtomino
Copy link

xtomino commented May 30, 2022

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.

@lejsekt
Copy link

lejsekt commented Jun 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants