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.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Bitmap
argbByteArrayToBitmap(ByteArray byteArray, Integer width, Integer height)
final ByteArray
bitmapToARGBByteArray(Bitmap bitmap)
final Bitmap
getRotatedBitmap(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)
-
-
-
-