@Deprecated public class Metaimage extends MetaImage
MetaImage
insteadModifier and Type | Class and Description |
---|---|
static class |
Metaimage.ImageOrientation
Deprecated.
|
MetaImage.ColorHint, MetaImage.DevicePlatform, MetaImage.ExifOrientation, MetaImage.FlashMode
COLOR_1BIT, COLOR_MONO, COLOR_RGBA, COLOR_UNDEFINED, ExifFlipHorizontal, ExifFlipVertical, ExifInvalid, ExifNormal, ExifRotate180, ExifRotate270, ExifRotate90, ExifTranspose, ExifTransverse, ExifUndefined
Constructor and Description |
---|
Metaimage(android.graphics.Bitmap bitmap)
Deprecated.
|
Metaimage(android.graphics.Bitmap bitmap,
android.content.ContentResolver cr,
android.net.Uri metadataUri)
Deprecated.
|
Metaimage(android.graphics.Bitmap bitmap,
String metadataPath)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Metaimage.ImageOrientation |
getOrientation()
Deprecated.
orientation flag. Use
MetaImage.getExifOrientation() instead |
void |
setOrientation(Metaimage.ImageOrientation orientation)
Deprecated.
orientation flag. Use
MetaImage.getExifOrientation() instead |
ensureBitmapMutable, getBitmap, getBitmapBounds, getColorHint, getDevicePlatform, getExifOrientation, getFlashMode, getIso, getMetadataPath, getMetadataUri, getPageNumber, getRealPathFromURI, getStrongShadows, isBitmapRecycled, recycleBitmap, safeGetBitmap, safeRecycleBitmap, setBitmap, setColorHint, setDevicePlatform, setExifOrientation, setFlashMode, setIso, setMetadataUri, setPageNumber, setStrongShadows
@Deprecated public Metaimage(android.graphics.Bitmap bitmap)
MetaImage
with given bitmap and collect metadata from current devicebitmap
- Bitmap source image@Deprecated public Metaimage(android.graphics.Bitmap bitmap, String metadataPath)
MetaImage
with given bitmap and collect metadata from file path specifiedbitmap
- source bitmapmetadataPath
- image path to load metadata@Deprecated public Metaimage(android.graphics.Bitmap bitmap, android.content.ContentResolver cr, android.net.Uri metadataUri)
MetaImage
from MEDIA STORE URIbitmap
- source bitmapcr
- ContentResolver for mediastoremetadataUri
- image URI in mediastore to load metadata@Deprecated public Metaimage.ImageOrientation getOrientation()
MetaImage.getExifOrientation()
insteadMetaimage.ImageOrientation
flag@Deprecated public void setOrientation(Metaimage.ImageOrientation orientation)
MetaImage.getExifOrientation()
insteadorientation
- deprecated value