getBufferedImage()

Parameters:

int resolution, default=0

int pixeladjust  default=0

 

Return Type:  BufferedImage

Creates the barcode image at the specified resolution and returns it as a TYPE_BYTE_INDEXED Java image. 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:

getBufferedImageMono()