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.

Remove the image from a imageview Android

I'm trying to make an ImageView that holds a gallery of images. By touching the user request to load the …

java android bitmap imageview
Load Jpg/Gif/Bitmap and convert to Bitmap

I have to load an image from an XML file. There is no information in the XML file about whether …

delphi image-processing bitmap vcl file-format
Converting bitmap to byteArray android

I have a bitmap that I want to send to the server by encoding it to base64 but I do …

android bitmap bytearray base64
Decrease image size without losing its quality in android

How to decrease image size without losing its quality in android. I have a ImageView in my project,I have …

android image bitmap
Get Bitmap from ImageView in Android L

I want to get Bitmap from ImageView. I have used following code, but getDrawable() returns null. How to get whole …

java android android-layout bitmap imageview
android: create circular image with picasso

The question had been asked and there had been a promise made for the very version of Picasso that I …

android bitmap imageview picasso
How to convert a Drawable image from resources to a Bitmap

I were trying to attach images from Drawable to an email (from my app to Gmail app) I have tried …

android image email bitmap drawable
read bitmap file into structure

I would like to read a bitmap file into a struct and manuplate it like make a mirror effect etc. …

c bitmap structure bitmapimage
Using method -canvas.drawBitmap(bitmap, src, dst, paint)

Everytime I use this code nothing is drawn. I need to draw a bitmap inside of a specified rectangle. canvas.…

android graphics bitmap android-canvas
Resize Drawable in Android

I am setting a drawable for a progress dialog (pbarDialog) but my issue is I want to resize the drawable …

android image bitmap resize drawable