| Modifier and Type | Method and Description |
|---|---|
static android.graphics.Bitmap |
MatrixToImageWriter.toBitmap(com.google.zxing.common.BitMatrix matrix,
MatrixToImageConfig config)
As
MatrixToImageWriter.toBitmap(BitMatrix), but allows customization of the output. |
static void |
MatrixToImageWriter.writeToFile(com.google.zxing.common.BitMatrix matrix,
String format,
File file,
MatrixToImageConfig config)
As
MatrixToImageWriter.writeToFile(BitMatrix, String, File), but allows
customization of the output. |
static void |
MatrixToImageWriter.writeToStream(com.google.zxing.common.BitMatrix matrix,
String format,
OutputStream stream,
MatrixToImageConfig config)
As
MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows
customization of the output. |
Copyright © 2014. All Rights Reserved.