A Java Object from android.graphics.Bitmap that represents a Bitmap.
Use android.graphics.Bitmap to create an immutable bitmap image for Android.
Android supports bitmap files in three formats:
- .png (preferred),
- .jpg (acceptable),
- .gif (discouraged).
To find more information :