I am developing a small game. I have displayed an image as the background and now want to display another image in the bottom middle of the scree. Any ideas how to do开发者_开发百科 it?
I have an array of images I have resized, what I\'m trying to do is save them straight from the array...
I have been writing a PCX decoder and, so far, the PCX image itself parses fine, but I can\'t work out how to set the palette of a bitmap.
I have a list that shows thumbnails (small images) downloaded on the fly from the web. At some point, the process runs out of memory.
i\'ve an app that captures a picture from camera ans stores on sdcard. i\'ve created a custom view that reads that image to an array and creates a bitmap from it. i\'ve created another bitmap fr开发者
Well I do not understand how it comes that Image class has a constructor of Bitmap type? 开发者_运维问答I mean, I can do:
After some testing with a completed product, I have just found that the hardware devices I have all have large VM Heaps.
I\'m making a simple Android app and from my app I want to take an image and save it in the album. After the image is taken I take the \'requestCode\' in a database (saveImageId).
maybe an easy question: I want to share a bitmap I received over the net to twitter/facebook/etc with the default share \"intent\".
I need to convert a view to a bitmap to preview my view and to save it as an image. I tried using the following code, but it creates a blank image. I cannot understand where I made a mistake.