Helllo all,
I need HIGH QUALITY resolution barcode
How can I remove noises from barcode?
Jane.Bai wrote:Hello,
Thanks for your inquiry.
Theoritically, you need the specific image processing code to handle the barcode image.
Anyway, could you share your code so that we can look into it?
Sincerely,
Jane
E-iceblue support team
Dim mySettings As New Spire.Barcode.BarcodeSettings()
mySettings.Data = "12345"
mySettings.Type = BarCodeType.Codabar
mySettings.DpiX = 300
mySettings.DpiY = 300
Dim generator As New Spire.Barcode.BarCodeGenerator(mySettings)
Dim path As String = "C:\\barcode.jpg"
Dim img As Image = generator.GenerateImage()
img.Save(path, ImageFormat.Jpeg)
Jane.Bai wrote:Hello,
How is the issue now?
Could you please give us some feedback?
Many Thanks,
Jane
E-iceblue support team