google-code-export / barcode-generator

Automatically exported from code.google.com/p/barcode-generator
0 stars 0 forks source link

Barcode Image Quality #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am running into some issues regarding to image quality when printing.
My barcode is generated ok, but when I print it, it's not perfect.
I know that it is not my printer because I've printed other barcodes 
(including some in my browser) and other ones are better.

I try to generate the barcode with the following code:

<%= barcode '192871287303201192871278903365691990000003002', 
            :encoding_format => Gbarcode::BARCODE_I25, 
            :no_ascii => true,
            :height => 50 %>

And the generated barcode is in the following link:

http://tinyurl.com/cz7tsw

I try printing it in a HP LaserJet 1018 and the quality is not satisfying, 
it will not be readed by any scanner.

Thanks

Original issue reported on code.google.com by ricardo....@gmail.com on 30 Mar 2009 at 1:49

GoogleCodeExporter commented 9 years ago
In further tests, I guess it is a ImageMagick issue.
The generated PS is high quality.

Original comment by ricardo....@gmail.com on 30 Mar 2009 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by anuj.luthra@gmail.com on 6 May 2009 at 6:11