public class ImageConverter
extends java.lang.Object
| Constructor and Description |
|---|
ImageConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
getRoundedCornerBitmap(Bitmap bitmap,
int pixels)
Modifies the image passed as parameter to create a new image with rounded corners
|
public static Bitmap getRoundedCornerBitmap(Bitmap bitmap,
int pixels)
bitmap - The input you want to manipulatepixels - The dimension of the rounded corner image returned