I\'m working on Android game and there are some problem appear I want to fill a color on bitmap object but can not
I have a 24 bit BMP image, but when I load it on my Pocket PC using Bitmap object and do GetPixel, it returns me开发者_Go百科 slightly wrong RGB values. I guess it converts it to 16 bit on the fly. I
What im trying to do I have a drawing procedure (it works) it draws to a bitmap \"OBJmap\" it then puts OBJmap into Wholemap. This all works but there is a issue. It seems to treat the undefined part
I\'m porting an application from Windows Mobile 2003 to Windows Mobile 6, under Visual Studio 2008.The target device has a VGA resolution screen, and I was surprised to find that the following code fa
I am following very closely to the sample codes in the resources for TicTacToeLib as well as an example of how to display a bitmap in a book titled Android Application Development. I am doing all the
I have a layout like : <ll vertical> <ll horizental> <textview></textview> <textview></textview>
I am trying to build the bitmap-plasma sample that is included with the ndk, but开发者_Python百科 getting an error.I run ndk-build from the samples/bitmap-plasma directory, and the error it displays i
Right now I\'m facing some performance issues in a web app because of a situation with Oracle saving images and my webapp getting them.
I have small function which will recolor pixels in a Bitmap from a given color to a new given color. The problems I have with the code are as follows:
I am trying to reduce the size of images retrieved form the camera (so ~5-8 mega pixels) down to one a a few smaller sizes (the largest being 1024x768). I Tried the following code but I consistently g