Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2
MIT License
337 stars 68 forks source link

Disable Anti-aliasing #36

Open drusellers opened 2 years ago

drusellers commented 2 years ago

While implementing on my project, I noticed that the barcodes where showing up a bit fuzzy.

We could also make this optional, if y'all wanted it that way.

Before

with-anti-aliasing

After

without-anti-aliasing