I am studying RWH's Ch12 Barcode Recognition. For understanding the contents more deeply, I want to generate a barcode with the file format ppm from scratch, but it is difficult for me to get a file *.ppm
. Generally, the free online Barcode Generator such as here or Zint Barcode Studio 2.4, it only can generate file format *.png
or *.jpg
, so that I must convert *.png
into *.ppm
by online converter or Gimp , but the produced *.ppm
can not be processed by Barcode Recongnition
.
For this problem, I want to directly produce a file *.ppm
using Java library ZXing, but I have a same question that it seemly can not produce *.ppm
directly.
what should I do? I hope you tell what (at best free) software or library can generate directly *.ppm
?