bitmap
how to move 2 circles on the screen independently of each other?
I\'ve an app that paints 2 circles on the screen. once drawn I can move one of the circles around and place where i want. Is there a way to determin which circle I have touched so that I can move that[详细]
2023-04-01 23:48 分类:问答Android - BitmapFactory.decodeByteArray - OutOfMemoryError (OOM)
I have read 100s of article about the OOM problem. Most are in regard to large bitmaps. I am doing a mapping application where we download 256x256 weather overlay tiles. Most are totally transparent a[详细]
2023-04-01 22:55 分类:问答Content of ListView takes to much memory
The ListView contains rather many items(20 or more), and each of them is an ImageViewwith a bitmap source. These bitmaps are not compressed and have size about 640x480. When the ListView is just loade[详细]
2023-04-01 21:14 分类:问答Is is possible to use Java to read bitmap file header?
I found a problem when loading a bitmap file in my working company software. It crashes the software when I drop in the bitmap file. However, I am trying to create a Java app开发者_StackOverflow社区 t[详细]
2023-04-01 20:18 分类:问答Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?
i have a simple question: Should i resize a bigg开发者_如何学Goer bitmap before adding to a ImageView or let the ImageView resize the Bitmap?[详细]
2023-04-01 15:18 分类:问答Delphi: TPicture from TImageList
How to get a TPicture from a TImageList? I need to do Image1.Picture:=...TPicture from an image list, to load an image into a TImage.[详细]
2023-04-01 11:48 分类:问答PrintScreen Source Code/Simulation
I would like to take a picture of a fullscreen direct3D game. I know I need to create an \"overlay\" which is harder in c# and I found out that using printscreen (and than pasting it in mspaint) does[详细]
2023-04-01 10:53 分类:问答problem in using bitmap in android
I have the following issue: First activity The android camera is opened and the user can take a picture.Once the picture is taken the second activity is launched.[详细]
2023-04-01 01:36 分类:问答android convert bitmap to bufferedinputstream
Newb question; I\'ve got a bitmap in memory; Private Bitmap MyPicture; Then later, I fill that MyPicture from imager from the camera. I need to upload that photo using the FTP client from the apa[详细]
2023-04-01 01:19 分类:问答ActionScript - Problem moving scrollRect with cacheAsBitmap
in order to increase performance of a scrollRect i must cache the vector as a bitmap, otherwise the scrollRect will be simply a less performant mask (info source).[详细]
2023-03-31 22:03 分类:问答