public class ImageUtils
extends java.lang.Object
| Constructor and Description |
|---|
ImageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static android.graphics.Bitmap |
getCircleBitmap(android.graphics.Bitmap bitmap) |
static android.graphics.Bitmap |
getCircleBitmap(android.graphics.Bitmap bitmap,
int width,
int height) |
static android.graphics.Bitmap |
scaleCenterCrop(android.graphics.Bitmap source,
int newHeight,
int newWidth) |
public static android.graphics.Bitmap getCircleBitmap(android.graphics.Bitmap bitmap)
public static android.graphics.Bitmap getCircleBitmap(android.graphics.Bitmap bitmap,
int width,
int height)
public static android.graphics.Bitmap scaleCenterCrop(android.graphics.Bitmap source,
int newHeight,
int newWidth)