Parameters:
int resolution,
int pixeladjust
Return Type: BufferedImage
Creates the barcode image at the specified resolution and returns it as a TYPE_BYTE_BINARY Java image with the rows aligned on 4 byte (32 bit) boundaries (suitable for use in GIF images). If the resolution parameter is 0 then the standard Java 72 dpi resolution will be used.
The pixeladjust parameter has the meaning described under drawBarcode().
More: