-
public class ImageUtilsAuthor: bin.yang Maintainer: bin.yang Date: 2020/3/10 Copyright: 2020 Inc. All rights reserved. Desc:
-
-
Field Summary
Fields Modifier and Type Field Description public final static ImageUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final BitmapdrawableToBitmap(Drawable drawable, Boolean config)final BitmapgetRoundedCornerBitmap(Bitmap bitmap, Float roundPx)final BitmapgetCornerBitmap(Bitmap bitmap, Float roundPx, Integer baseWidth, Integer baseHeight)final UnitdrawCornerBitmap(Canvas canvas, RectF locationRectF, Bitmap bitmap, Float roundPx, Integer baseWidth, Integer baseHeight)-
-
Method Detail
-
drawableToBitmap
final Bitmap drawableToBitmap(Drawable drawable, Boolean config)
-
getRoundedCornerBitmap
final Bitmap getRoundedCornerBitmap(Bitmap bitmap, Float roundPx)
-
getCornerBitmap
final Bitmap getCornerBitmap(Bitmap bitmap, Float roundPx, Integer baseWidth, Integer baseHeight)
-
drawCornerBitmap
final Unit drawCornerBitmap(Canvas canvas, RectF locationRectF, Bitmap bitmap, Float roundPx, Integer baseWidth, Integer baseHeight)
-
-
-
-