Interface | Description |
---|---|
Downsampler.DecodeCallbacks |
Callbacks for key points during decodes.
|
Class | Description |
---|---|
BitmapDrawableDecoder<DataType> |
Decodes an
BitmapDrawable for a data type. |
BitmapDrawableEncoder |
Encodes
BitmapDrawable s. |
BitmapDrawableResource |
A
Resource that wraps an
BitmapDrawable |
BitmapDrawableTransformation |
Transforms
BitmapDrawable s. |
BitmapEncoder | |
BitmapResource |
A resource wrapping a
Bitmap object. |
BitmapTransformation |
A simple
Transformation for transforming
Bitmap s that abstracts away dealing with
Resource objects for subclasses. |
BitmapTransitionOptions |
Contains
Bitmap specific animation options. |
ByteBufferBitmapDecoder |
Decodes
Bitmaps from ByteBuffers . |
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 |
A Glide
BitmapTransformation to circle crop an image. |
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.
|
DownsampleStrategy |
Indicates the algorithm to use when downsampling images.
|
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.
|
LazyBitmapDrawableResource |
Lazily allocates a
BitmapDrawable from a given
Bitmap on the first call to LazyBitmapDrawableResource.get() . |
RecyclableBufferedInputStream |
Wraps an existing
InputStream and buffers the input. |
RoundedCorners |
A
BitmapTransformation which rounds the corners of a bitmap. |
StreamBitmapDecoder |
Decodes
Bitmaps from InputStreams . |
TransformationUtils |
A class with methods to efficiently resize Bitmaps.
|
VideoBitmapDecoder |
An
ResourceDecoder that can decode a thumbnail frame
Bitmap from a ParcelFileDescriptor containing a
video. |
Enum | Description |
---|---|
DownsampleStrategy.SampleSizeRounding |
Indicates whether to prefer to prefer downsampling or scaling to prefer lower memory usage
or higher quality.
|
Exception | Description |
---|---|
RecyclableBufferedInputStream.InvalidMarkException |
An exception thrown when a mark can no longer be obeyed because the underlying buffer size is
smaller than the amount of data read after the mark position.
|