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.toBufferedImage(BitMatrix), but allows customization of the output.BitMatrix to a file with default configuration.writeToPath(BitMatrix, String, Path), but allows customization of the output.BitMatrix to a stream with default configuration.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.Copyright © 2007–2017. All rights reserved.