Top "Bitmapfactory" questions

A bitmap factory creates Bitmap objects from various sources, including files, streams, and byte-arrays.

BitmapFactory.decodeStream returns null without exception

I try to load a remote image from a server and thanks to a lot of code examples on stackoverflow …

android bitmapfactory
New Bitmap Changed on Copy Using Buffer

When I am using copyPixelsFromBuffer and copyPixelsToBuffer, the bitmap is not displaying as the same one, I have tried below …

java android bitmap bitmapfactory
Android: Convert image object to bitmap does not work

I am trying to convert image object to bitmap, but it return null. image = reader.acquireLatestImage(); ByteBuffer buffer = image.getPlanes()[0].…

android android-bitmap bitmapfactory
How rotate picture from "onPictureTaken" without Out of memory Exception?

I read many posts there? But i don't find correctly answer. I try do something this: @Override public void onPictureTaken(…

android bitmap bitmapfactory