http://idk.i2p/javadoc-i2p/com/google/zxing/client/j2se/MatrixToImageWriter.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Method Details toBufferedImage public static BufferedImage toBufferedImage ( BitMatrix matrix) Renders a BitMatrix as an image, where "false" bits are rendered
as white, and "true" bits are rendered as black. Uses default configuration. Parameters: matrix - BitMatrix to write Returns: BufferedImage representation of the input toBufferedImage public static BufferedImage ...
1 similar result skipped