Top "Android-bitmap" questions

A Java Object from android.

Convert Android Bitmap to OpenCV Mat and backwards

I wanted to simply convert a bitmap from Android to a Mat object for OpenCV. This topic is often adressed …

android opencv android-bitmap
Get Video Thumbnail from Uri

I want to select a video from my Gallery. It's working fine. But now I want to display a Bitmap, …

android video thumbnails android-bitmap
Clearly understand matrix calculation

I have this code snippet. I don't understand the Matrix.preScale and the Bitmap.createBitmap with the matrix passed. What …

android math android-bitmap
Android: Rotate and display image from file

I have a very simple layout with an ImageView. My application opens the camera, saves an image, and then displays …

java android android-bitmap
Get Bitmap from TextureView efficiently

I am trying to get each frame from a TextureView, unfortunately trying: textureView.getBitmap(); Results in slow performance is there …

android android-bitmap textureview
How to set bitmap image in Glide on Android

I have a SqliteDatabase in my application. In this database, I save Sting and Blob(for save image). This image …

android android-bitmap android-glide
Drawable vs. Bitmap

I am writing a real-time game for Android, and after looking at some code from the samples provided in the …

android mobile android-drawable android-bitmap android-2.2-froyo
Error : RuntimeException at DisplayListCanvas.throwIfCannotDraw

My application work very well on nougat emulator and many devices, but i found this exception in google play crash …

android android-canvas android-bitmap
Retrofit 2 download image and save to folder

I need to download image from server and save it to folder, so I am using Retrofit 2. Problem is that …

android retrofit android-bitmap retrofit2
Image from gallery rotates automatically - Android

In my android application i am loading image from device gallery.In that, i am facing issue regarding image orientation. …

android bitmap android-imageview bitmapfactory android-bitmap