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 with default configuration.MatrixToImageWriter.writeToFile(BitMatrix, String, File), but allows customization of the output.BitMatrix to a stream with default configuration.MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.Copyright © 2007–2016. All rights reserved.