Top "Bitmap" questions

Data structure for encoding pictures as a set of bits, in which each image pixel is mapped to a bit or a group of bit.

How can I pass a Bitmap object from one activity to another

In my activity, I create a Bitmap object and then I need to launch another Activity, How can I pass …

java android bitmap parcelable
Load a bitmap image into Windows Forms using open file dialog

I need to open the bitmap image in the window form using open file dialog (I will load it from …

c# winforms bitmap picturebox openfiledialog
Android: How to rotate a bitmap on a center point

I've been looking for over a day for a solution to this problem but nothing helps, even the answers here. …

android matrix bitmap center image-rotation
Android set bitmap to Imageview

Hi i have a string in Base64 format. I want to convert it ot a bitmap and then display it …

java android bitmap imageview
Creating an empty bitmap and drawing though canvas in Android

I'd like to create an empty bitmap and set a canvas to that bitmap and then draw any shape on …

android bitmap drawing android-canvas
System.drawing namespace not found under console application

I selected console application as my C# project. But the imports that seemed to work under windows form project doesnt …

c# namespaces bitmap console-application
Android: Bitmaps loaded from gallery are rotated in ImageView

When I load an image from the media gallery into a Bitmap, everything is working fine, except that pictures that …

android bitmap rotation gallery
How to solve java.lang.OutOfMemoryError trouble in Android

Altough I have very small size image in drawable folder, I am getting this error from users. And I am …

android bitmap out-of-memory bitmapfactory setbackground
How to save a bitmap on internal storage

this is my code I and I want to save this bitmap on my internal storage. The public boolean saveImageToInternalStorage …

android bitmap save
Android: how to convert whole ImageView to Bitmap?

I have my application that is displaying images with different ratio, resized inside (centerInside) imageView. What I need is to …

android image bitmap screen imageview