| BitmapDrawableDecoder<DataType> |
Decodes an BitmapDrawable for a data type.
|
| BitmapDrawableEncoder |
Encodes BitmapDrawables.
|
| BitmapDrawableResource |
|
| BitmapDrawableTransformation |
Deprecated.
|
| BitmapEncoder |
|
| BitmapImageDecoderResourceDecoder |
|
| BitmapResource |
A resource wrapping a Bitmap object.
|
| BitmapTransformation |
A simple Transformation for transforming Bitmaps that abstracts away dealing with Resource objects for subclasses.
|
| BitmapTransitionOptions |
Contains Bitmap specific animation options.
|
| ByteBufferBitmapDecoder |
Decodes Bitmaps from ByteBuffers.
|
| ByteBufferBitmapImageDecoderResourceDecoder |
|
| CenterCrop |
Scale the image so that either the width of the image matches the given width and the height of
the image is greater than the given height or vice versa, and then crop the larger dimension to
match the given dimension.
|
| CenterInside |
Returns the image with its original size if its dimensions match or are smaller than the
target's, couple with ImageView.ScaleType.CENTER_INSIDE in order to center
it in Target.
|
| CircleCrop |
|
| DefaultImageHeaderParser |
A class for parsing the exif orientation and other data from an image header.
|
| Downsampler |
Downsamples, decodes, and rotates images according to their exif orientation using BitmapFactory.
|
| DownsampleStrategy |
Indicates the algorithm to use when downsampling images.
|
| DrawableTransformation |
Applies a Bitmap Transformation to Drawables by first attempting to
convert the Drawable to a Bitmap and then running the Transformation on
the converted Bitmap.
|
| ExifInterfaceImageHeaderParser |
Uses ExifInterface to parse orientation data.
|
| FitCenter |
Scales the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions
of the image will be equal to the given dimension and the other will be less than the given
dimension.
|
| GranularRoundedCorners |
|
| HardwareConfigState |
State and constants for interacting with Bitmap.Config.HARDWARE on
Android O+.
|
| InputStreamBitmapImageDecoderResourceDecoder |
|
| LazyBitmapDrawableResource |
|
| ParcelFileDescriptorBitmapDecoder |
Decodes Bitmaps from ParcelFileDescriptors.
|
| RecyclableBufferedInputStream |
Wraps an existing InputStream and buffers the input.
|
| ResourceBitmapDecoder |
Decodes Bitmaps from resource ids.
|
| Rotate |
|
| RoundedCorners |
|
| StreamBitmapDecoder |
Decodes Bitmaps from InputStreams.
|
| TransformationUtils |
A class with methods to efficiently resize Bitmaps.
|
| UnitBitmapDecoder |
Passes through a (hopefully) non-owned Bitmap as a Bitmap based Resource
so that the given Bitmap is not recycled.
|
| VideoBitmapDecoder |
Deprecated.
|
| VideoDecoder<T> |
Decodes video data to Bitmaps from ParcelFileDescriptors and AssetFileDescriptors.
|