Package 

Class ImageKtxKt

    • Method Summary

      Modifier and Type Method Description
      final static String bitmap2Base64(Bitmap $self) 将图片转成base64字符串
      final static ByteArray bitmap2Byte(Bitmap $self) 将图片转成byte数组
      final static String byte2Base64(ByteArray $self) 将图片byte数组转成base64字符串
      final static String imageToBase64(String $self) 将图片转换成Base64编码的字符串
      final static Boolean base64ToFile(String $self, String path) 将Base64编码转换为图片并保存到本地
      final static Bitmap base64ToBitmap(String $self) base64转为bitmap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait