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.

Resize a large bitmap file to scaled output file on Android

I have a large bitmap (say 3888x2592) in a file. Now, I want to resize that bitmap to 800x533 and …

android image resize bitmap
Load a WPF BitmapImage from a System.Drawing.Bitmap

I have an instance of a System.Drawing.Bitmap and would like to make it available to my WPF app …

c# wpf bitmap
converting drawable resource image into bitmap

I am trying to use the Notification.Builder.setLargeIcon(bitmap) that takes a bitmap image. I have the image I …

android bitmap
How to convert byte array to Bitmap

I want to store image in SQLite DataBase. I tried to store it using BLOB and String, in both cases …

android sqlite bitmap bytearray
How to resize Image in Android?

I am creating an application and want to setup a gallery view. I do not want the images in the …

android bitmap
Fastest way to convert Image to Byte array

I am making Remote Desktop sharing application in which I capture an image of the Desktop and Compress it and …

c# memory bitmap bytearray
Convert Bitmap to File

I understand that using BitmapFactory can convert a File to a Bitmap, but is there any way to convert a …

android file bitmap
Android load from URL to Bitmap

I have a question about loading an image from a website. The code I use is: Display display = getWindowManager().getDefaultDisplay(); …

java android bitmap
How to create bitmap from byte array?

I searched all question about byte array but i always failed. I have never coded c# i am new in …

c# image bitmap bytearray
Convert an image to grayscale

Is there a way to convert an image to grayscale 16 bits per pixel format, rather than setting each of the …

c# image-processing bitmap grayscale