Package io.anyline2.model
Object AnylineArgbImage.Companion
-
- All Implemented Interfaces:
public class AnylineArgbImage.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AnylineArgbImage.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BitmapargbByteArrayToBitmap(ByteArray byteArray, Integer width, Integer height)final ByteArraybitmapToARGBByteArray(Bitmap bitmap)final BitmapgetRotatedBitmap(Bitmap source, Float degrees)-
-
Method Detail
-
argbByteArrayToBitmap
final Bitmap argbByteArrayToBitmap(ByteArray byteArray, Integer width, Integer height)
-
bitmapToARGBByteArray
final ByteArray bitmapToARGBByteArray(Bitmap bitmap)
-
getRotatedBitmap
final Bitmap getRotatedBitmap(Bitmap source, Float degrees)
-
-
-
-