public final class BarCodeImageFormat
extends java.lang.Object
Specifies the file format of the image.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Specifies the bitmap (BMP) image format.
|
static int |
Gif
Specifies the Graphics Interchange Format (GIF) image format.
|
static int |
Jpeg
Specifies the Joint Photographic Experts Group (JPEG) image format.
|
static int |
Png
Specifies the W3C Portable Network Graphics (PNG) image format.
|
static int |
WebP
Specifies the Enhanced Metafile (EMF) image format.
|
Modifier and Type | Method and Description |
---|---|
static android.graphics.Bitmap.CompressFormat |
toCompressFormat(int format) |
public static final int Bmp
Specifies the bitmap (BMP) image format.
public static final int Gif
Specifies the Graphics Interchange Format (GIF) image format.
public static final int Jpeg
Specifies the Joint Photographic Experts Group (JPEG) image format.
public static final int Png
Specifies the W3C Portable Network Graphics (PNG) image format.
public static final int WebP