Package com.bumptech.glide.load.resource.bitmap
package com.bumptech.glide.load.resource.bitmap
-
ClassDescriptionBitmapDrawableDecoder<DataType>Decodes an
BitmapDrawablefor a data type.EncodesBitmapDrawables.AResourcethat wraps anBitmapDrawableDeprecated.Bitmapspecific implementation ofDefaultOnHeaderDecodedListener.A resource wrapping aBitmapobject.A simpleTransformationfor transformingBitmaps that abstracts away dealing withResourceobjects for subclasses.ContainsBitmapspecific animation options.DecodesBitmapsfromByteBuffers.ByteBufferspecific implementation ofByteBufferBitmapImageDecoderResourceDecoder.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.Returns the image with its original size if its dimensions match or are smaller than the target's, couple withImageView.ScaleType.CENTER_INSIDEin order to center it in Target.A GlideBitmapTransformationto circle crop an image.A class for parsing the exif orientation and other data from an image header.Downsamples, decodes, and rotates images according to their exif orientation usingBitmapFactory.Callbacks for key points during decodes.Indicates the algorithm to use when downsampling images.Indicates whether to prefer to prefer downsampling or scaling to prefer lower memory usage or higher quality.Applies aBitmapTransformationtoDrawables by first attempting to convert theDrawableto aBitmapand then running theTransformationon the convertedBitmap.UsesExifInterfaceto parse orientation data.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.ABitmapTransformationwhich has a different radius for each corner of a bitmap.State and constants for interacting withBitmap.Config.HARDWAREon Android O+.InputStreamspecific implementation ofBitmapImageDecoderResourceDecoder.Lazily allocates aBitmapDrawablefrom a givenBitmapon the first call toLazyBitmapDrawableResource.get().DecodesBitmaps fromParcelFileDescriptors.Wraps an existingInputStreamand buffers the input.DecodesBitmaps from resource ids.ABitmapTransformationwhich rotates the bitmap.ABitmapTransformationwhich rounds the corners of a bitmap.DecodesBitmapsfromInputStreams.A class with methods to efficiently resize Bitmaps.Deprecated.UseVideoDecoder.parcel(BitmapPool)instead.VideoDecoder<T>Decodes video data to Bitmaps fromParcelFileDescriptors andAssetFileDescriptors.
DrawableTransformationinstead.