MatrixToImageWriter
.MatrixToImageConfig.BLACK
and off color MatrixToImageConfig.WHITE
, generating normal
black-on-white barcodes.BitMatrix
to BufferedImage
,
file or stream.BitMatrix
as an image, where "false" bits are rendered
as white, and "true" bits are rendered as black.MatrixToImageWriter.toBufferedImage(BitMatrix)
, but allows customization of the output.BitMatrix
to a file.MatrixToImageWriter.writeToFile(BitMatrix, String, File)
, but allows customization of the output.BitMatrix
to a stream.MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream)
, but allows customization of the output.Copyright © 2007-2014. All Rights Reserved.