zint / zint-gpl-only

Zint Barcode Generator
https://zint.org.uk/
GNU General Public License v3.0
522 stars 137 forks source link

Support for JPEG file formats #76

Closed iamsumit closed 2 years ago

iamsumit commented 4 years ago

Currently, it generates following types of barcodes only. Can we please have support for JPEG?

image

oehhar commented 4 years ago

Thank you for the question. Unfortunately, jpeg is an unsuited format for barcodes as it has by design issues with sharp edges and all supported symbologies are created by a set of squares.

I recommend to use codes which are suited to the jpeg format which typically act in the low frequency domain.

In addition, this git project is not the most current. You may consider to change to zint on sourceforge.

Best regards, Harald

gitlost commented 2 years ago

Hi as Harald says jpeg is unsuited to barcodes and doesn't offer any advantages over png or gif or other supported raster formats. If you've any further feedback please raise a ticket at https://sourceforge.net/p/zint/tickets/, thanks.