bitmap
About generating sound waveform in an ActionScript 3 Bitmap
I am generating Bitmap object to show the sound waveform of a loaded sound. The bitmap is 1024x120 and after it has been generated I shrink its size to 655x120. My problem is the player that loads the[详细]
2023-04-08 22:18 分类:问答Error:byte external allocation too large for this process
Project was working fine suddenly it started giving this error. i even increased memory but no help. Can any one suggest what is the problem. What can be done to free the allocations.[详细]
2023-04-08 19:03 分类:问答Android, Saving and loading a bitmap in cache from different activities
I have i bitmap that needs to show in a new activity, so i cahe it and in the opened activity i try to load it but i get a nullPointerException. Here i save the image :[详细]
2023-04-08 17:04 分类:问答Best way to animate programatically created bitmaps in android
I have a board game app that creates a lot (hundreds) of bitmaps, and constantly changes them as the game progresses. These bitmaps are creat开发者_Go百科ed, not loaded from a resource... so they have[详细]
2023-04-08 08:21 分类:问答Slightly Distorted Bitmaps on some Android Devices
I have a problem that occurs on some displays (HTC Hero, Motorola Defy, HVGA emulator) where some bitmaps are distorted in a peculiar way: The image apparently is shifted by one or two pixels, e.g. to[详细]
2023-04-08 04:44 分类:问答How to Curve a bitmap in android
I am developing a game and I want to give a smoke effect at the tail of the objects moving freely开发者_运维百科 on the screen. I just created a bitmap and attached it at the end of object but the pro[详细]
2023-04-07 23:33 分类:问答Loading image from cache using BitmapFactory.decodeStream() in Android
UPDATES: Even if i don\'t retrieve images from cache, i tried to retrieve via Drawable where i stored all the 18 images in the \"drawable-mdpi\" folder. Still, a blank screen was display.[详细]
2023-04-07 14:55 分类:问答WindowsImagingComponent or System.Windows.Media.Imaging
I need to work with some bitmaps in managed code and save them as PNG files. Should I use Microsoft.WindowsAPICodePack.DirectX.WindowsImagingComponent, or System.Windows.Media.Imaging? They both seem[详细]
2023-04-07 14:23 分类:问答[Cocos2d]How to Create bitmap from GlSurfaceView
How can I take screen shot of Glsurfaceview in Cocos2d. I tried with following code using GLsurfaceView[详细]
2023-04-07 07:45 分类:问答BitmapFactory decode function for Android
I encounter problem with .decodeStream function. File cacheMap = new File(context.getCacheDir(), \"test.GIF\");[详细]
2023-04-07 07:02 分类:问答