Class BitmapUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapUtils()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Single<Bitmap> decodeBitmapAsync(@NonNull() Context context, @NonNull() Uri imageUri) Decode bitmap from an imageUri asynchronously.
      static Bitmap decodeBitmap(@NonNull() Context context, @NonNull() Uri imageUri) Read bitmap from an imageUri.
      static Bitmap fromDrawable(Context context, int drawableResource) Generate a bitmap from an drawableResource XML drawable
      • Methods inherited from class java.lang.Object

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