The bitmapfactory tag has no wiki summary.
0
votes
0answers
14 views
Android SkImageDecoder::Factory returned null (Blob decoding)
I'm trying to decode a blob, from SQLite database in Android, to Bitmap in order to display it, but I always have the error : SkImageDecoder::Factory returned null.
I've searched answers to this ...
0
votes
0answers
6 views
Image not appearing/not found in android popup
String cardpath = Global.directory + longPressBtn.getText().toString() + ".jpg";
System.out.println(cardpath);
AlertDialog imageDialog = new AlertDialog.Builder(mContext).create();
LayoutInflater ...
0
votes
1answer
35 views
BitmapFactory.decodeFile() returns null
I am creating an Android app in which you copy an image from location x to location y. After the copying is complete I would like to see the picture in a ImageView.
I know the images location, but ...
0
votes
0answers
22 views
BitmapFactory.decodeStream always return null from ContentProvider
I have an Android app that read an epub.
When my application read an epub from the SD card. Everything looks fine.
But when I read the file from a ContentProvider (with the openFile) it doesn't work.
...
0
votes
0answers
9 views
How can i add a movie from my directory to a paste that i create?
My app should add pictures from my camera directory to another directory that my app created. This part works great. My question is, how can i made my app accept movies too?
The initial code is not ...
0
votes
3answers
63 views
Load many large bitmap images as thumbnails - Android
I'm working on a media player app and wish to load album art images to display in a ListView. Right now it works fine with the images I'm auto-downloading from last.fm which are under 500x500 png's. ...
0
votes
3answers
56 views
Prevent Image Scaling in Android App
I have an image that I am downloading from the internet in my android application. I do not want this image to be resized/scaled. Is there anyway I can stop the image from being scaled?
Here is my ...
0
votes
1answer
138 views
bitmap.compress(Bitmap.CompressFormat.PNG, 0, fOut) making image size bigger than original
I want to compress the image taken from a camera to png format to make them smaller in size,
so I'm using this code:
compressedPictureFile = new File(imagePath);
Bitmap bitmap = ...
0
votes
0answers
26 views
Android Bitmap Class (for whole app)
How is it possible to have one class specifically for loading bitmaps in an android app?
Say:
public class loadBitmaps(){
public loadBitmaps(){
//load bitmaps here
} //End of constructor
} //End ...
0
votes
1answer
76 views
Cannot resolve symbol BitmapFactory.decodeResource in InteliJ
I try to use method decodeResource from class BitmapFactory in my Activity like this:
Bitmap image = new BitmapFactory.decodeResource(getResources(),R.drawable.my_image);
I made all necessary ...
1
vote
1answer
38 views
What is the maximum supported image size
Since i've got a lot of these (Out of memory exception)'s when adding images, I wanted to know what's the max size can a Bitmap object support, and how to manage them efficiently.
0
votes
1answer
57 views
Android: Premature end of JPEG
I have to send to a server a few JPEG files taken form camera. Of course they are to big to do it simply by file stream. My code (for each file) looks as follow:
struct3.put("type", "image/jpeg");
f ...
0
votes
1answer
78 views
Android BitmapFactory decodeStream()
I have a question that I seem to find the answer nowhere.
Does this lines of code:
final BitmapFactory.Options options = new BitmapFactory.Options();
options.inJustDecodeBounds = true;
...
0
votes
0answers
22 views
How to load an isMutable picture using BitmapFactory.decodeFile?
I need a Bitmap object isMutable = true.
Today I load a picture from a file using and then need to copy it to have an IsMutable Bitmap.
Bitmap bitmapF;
Bitmap bitmapM;
bitmapF = ...
2
votes
0answers
78 views
Why does decoding bitmap with inBitmap always get java.lang.IllegalArgumentException: P ro blem decoding into existing bitmap
I am using inBitmap to load bitmap on android3+. But I always get java.lang.IllegalArgumentException: Problem decoding into existing bitmap.
In LruCache's entryMoved() function: I use ...
0
votes
1answer
34 views
Android Wallpaper Managerdoes not create an object (NPE)
I'm trying to create a simple gallery application with as wallpaper option, but every time I get a Null Pointer Exception in a: myWallpaperManager.setBitmap(mBitmap) line.
Here is my code:
package ...
1
vote
1answer
56 views
Is bitmap can be used after it's been garbage collected?
I was watching this video, that talks about memory allocation for bitmaps and garbage collection:
DevBytes: Bitmap Allocation
Chet is talking about how it was managed by the developer prior to SDK ...
0
votes
1answer
42 views
converting Text on bitmap to a string android
I am trying to set up OCR functionality by converting a bitmap into byte array and then a byte array to String .. This is what I have tried
{
mBitmap = Bitmap.createBitmap ...
0
votes
2answers
93 views
Where do I put the image resource file? BitmapFactory.decodeFile()
I am trying to use this:
BitmapFactory.decodeFile("logo.jpg")
and I don't seem to have the file: logo.jpg in the right place in comparison to my apk. where should it go?
P.S. the error I get ...
0
votes
1answer
42 views
android equivalent code for graphics2D
I have been trying to get an android equivalent code for the following :-
private BufferedImage user_space(BufferedImage image)
{
BufferedImage new_img = new BufferedImage(image.getWidth(), ...
3
votes
1answer
72 views
ImageView and large GIF downsampling
I'm displaying JPG/GIF/PNG in an ImageView. I've followed the following guidelines to scale large images appropriately, with the exception of using BitmapFactory.decodeStream (downloaded from a URL) ...
0
votes
1answer
160 views
Display byte array of image in imageview
I am trying to show byte array of image from server inside the image view of an android activity. I am able to get the byte array correctly as sent from the server, but while converting it into bitmap ...
9
votes
5answers
499 views
BitmapFactory.Options.inBitmap causes tearing when switching ImageView bitmap often
I've encountered a situation where I have to display images in a slideshow that switches image very fast. The sheer number of images makes me want to store the JPEG data in memory and decode them when ...
0
votes
1answer
115 views
How to convert Binary String into image in Android?
I am using .net web services ksoap and I am getting Binary string in response. I want to convert this string into image and want to display this image in ImageView. I am getting images/doc/pdf's from ...
0
votes
1answer
346 views
Getting Error Fatal signal 11 (SIGSEGV) at 0x09050941 (code=1) On Using Canvas for round Image
I am stuck with one strange issue.
In my app, user is able to change his/her profile picture. And that image is shown in one round.
I am taking image from camera/file (Gallery) & to covert the ...
0
votes
0answers
85 views
Display Uri in imageView (Android)
Im trying to take a photo with the camera and then display the result in an imageView. I can take a photo successfully, and view it via a file Explorer on the phone. But my problem is displaying the ...
0
votes
3answers
30 views
Bitmap based Application RunTime exception of VM Budget
I am working on Application which is based on lot of bitmaps, now the problem is that in some devices i am getting run time Exception during Application testing.
this might me due to Bitmap size ...
1
vote
0answers
55 views
Android drawing to the canvas a large bitmap, while keeping ratio and fill screen centered
i am loading a bitmap to be drawn but it is about 25px off from the right of the screen. I am not sure why this is happening.
scaleWallpaperBitmap(R.drawable.board2);
canvas.drawBitmap(board, ...
1
vote
1answer
110 views
BitmapFactory.decodeResource Bitmap not original size in pixels
I have this code that crop a portion of a image sheet.
The problem is when I use BitmapFactory.decodeResource and when log the width and height, the size is not the same as the original.
Bitmap ...
1
vote
3answers
108 views
BitmapFactory.decodeResource() does not get my image from drawable
I want to get image in my bitmap like this :
bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.bug);
but this show me error on R.drawable.bug that bug can not be resolve or is not a ...
2
votes
2answers
151 views
Android null pointer onDraw Bitmap image [closed]
I'm having a problem which I can't seem to solve here! I'm developing a simple android game and had pretty much implemented everything, but then decided to add some obstacles in (the game is a lunar ...
0
votes
1answer
45 views
background image sizes that wont generate OutOfMemoryError in BitmapFactory
I have different landscape and portrait background images, and I followed the docs' recommendation of a ldpi:mdpi:hdpi:xhdpi ratio of 3:4:6:8, with my mdpi background image as 320x480, however, ...
0
votes
2answers
874 views
Android Color formats (RGB565, ARGB8888)
getHolder().setFormat(PixelFormat.RGBA_888);
Options options = new BitmapFactory.Options();
options.inDither=true;
options.inScaled = ...
0
votes
2answers
251 views
BitmapFactory.Options#outWidth returns different size than actual bitmap
I am writing a custom class. There is a bitmap that needs to be calculated for some pre-processing and sizing before it actually gets drawn. The bitmap itself is a pre-processed 9-patch image. In the ...
0
votes
0answers
49 views
I do not understand why BitmapFactory.decodeByteArray is returning null [duplicate]
I have encoded a bitmap into a string Base64 which I stored in mysql database. I then retrieved this information and I'm trying to reconstruct a bitmap from it.
The value of the blob is not null and ...
1
vote
2answers
191 views
Converting Bitmap in memory to Bitmap with Bitmap.Config.RGB_565
I have a loaded Bitmap which I would like to convert to set the config to Bitmap.Config.RGB_565. Is there a simple way of converting a Bitmap to this configuration after the Bitmap is already loaded ...
0
votes
0answers
184 views
open Faild EISDIR (Is a Directory) .. how to fix this?
Everytime it gives me "unable to decode stream java.io.FileNotFoundException: /: open Faild EISDIR (Is a Directory)
how I can get rid of this error .. this class was working fine in many tasks I've ...
0
votes
2answers
120 views
How to show image preview while downloading it on Android?
i want to write an app that displays images from a Cherokee webserver. I do download the images with the following code:
@Override
protected Bitmap doInBackground(URL... params) {
URL ...
-4
votes
2answers
260 views
BitmapFactory.decodeFile() returning null when i try to get image
String imageInSD = Environment.getExternalStorageDirectory()+"/DCIM/Soovy/2089.jpg";
Bitmap bitmap = BitmapFactory.decodeFile(imageInSD);
if(bitmap == null){
...
0
votes
1answer
219 views
BitmapFactory.decodeFile cannot be resolved in to a type
I am trying to combine 2 images so i searched and saw a code snipplet here combining two png files in android
Bitmap bottomImage = new BitmapFactory.decodeFile("myFirstPNG.png");
Bitmap topImage = ...
1
vote
4answers
339 views
Saving canvas to bitmap on Android
I'm having some difficulty with regards to placing the contents of a Canvas into a Bitmap. When I attempt to do this, the file gets written with a file size of around 5.80KB but it appears to be ...
2
votes
1answer
109 views
Android Download Image through intentservice OK but can't set it in ImageVIew
I am struggling with my Android App code...
I am trying to download a picture (via an intentService) and then to display it by adding an ImageView to a LinearLayout.
So far so good, I have the ...
0
votes
2answers
320 views
Out of memory exception with bitmaps
i have problem in my app. When switching in landspace mode, the setContentView() method is called to show a piano keyboard. The piano keyboard class extends Surfaceview for better performance showing ...
1
vote
1answer
106 views
Efficient way of creating Bitmap out of Drawable from res (BitmapFactory vs Type Casting)
Which method is more efficient for creating Bitmap out of Drawable from resources?
Bitmap myBitmap = BitmapFactory.decodeResource(context.getResources(),
...
0
votes
1answer
57 views
Android: bad quality background
I want to ask why quality of background is low even when I have my options set ?
My code:
class GameView extends SurfaceView implements SurfaceHolder.Callback {
GameThread thread;
...
1
vote
2answers
406 views
Image isn't creating using the BitmapFactory.decodeByteArray
Edit:
When I save those bytes in the txt file and when I save it as png file , it shows the image, but it is not working here why...?
I am using this code to create image from byte array
on ...
0
votes
2answers
85 views
Reducing load image time and RAM
i am loading some bitmap from the gallery using the following code:
bitmap = (BitmapFactory.decodeFile(picturePath)).copy(Bitmap.Config.ARGB_8888, true);
bitmap = Bitmap.createScaledBitmap(bitmap, ...
2
votes
2answers
741 views
Loading large bitmaps to ImageView in ViewPager - out of memory
I have ViewPager which I use to show zoomable images (using ImageViewTouch).
I need to load large bitmaps from Internet (http). By large I mean 2000x1000. The images need to be so large, because they ...
0
votes
0answers
351 views
adding markers on android google maps 2
I want to create a bitmap to set it into a map marker as the image (android google maps v2). I have this:
Drawable drw = whereIAm.getResources().getDrawable(
...
0
votes
1answer
120 views
Byte array to image in Android
I have a linear byte array whose values I want to set as pixels of an image. The byte array length is 4800 and I want it to be displayed as a 80x60 image with pixel values set row-wise one after the ...






