I\'m trying to load a bitmap into an OpenGL texture and display it to the screen, but when I do so, the red and blue values seem to switch (e.g.: a blue image appears orange, green images remain uncha
I am working on streaming a video from web. Where I decode the video/audio stuff in native code and get the raw pixels for video
开发者_JAVA百科I loaded an image from file and want to write it to AVI file: Gdiplus::Bitmap frame(L\"test.png\", FALSE);
I am trying to decode a bitmap with pixel size 1024*683 with the api decodefile(filepath) but process runs out of memory while decoding the
I have a grayscale JPG picture, and I\'d like to load it into Bitmap of format Bitmap.Config.ALPHA_8. Is that possible, how can I do th开发者_开发知识库at?
Hi. I\'m adding a background xml file to an Imageview but i get this error in the Eclipse Graphical layout:
I\'m working on a game that obscures part of image, player then guesses what\'s hidden and finally the obscured part is revealed, so player can see if he guessed correctly.
I\'m working on adding support for tablet sized screens to my apps. I already have images in drawable-mdpi and drawable-hdpi for different density screens. My problem is with tablets like the Galaxy 7
I am streaming a video in android and I decode frames in native code and then copy the pixels to a bitmap, then display the bitmap in Java using canvas.unlockandpost with a while loop for all the bitm
So I\'m having the user create a profile, which includes an avatar. I would like the program to, like the user\'s name and other info, remember the avatar so it appears as their avatar whenever they u