bitmap
Conversion from avi to wmv
I would like to make an avi to wmv convertor on my own. For this, my understanding is I\'d study the internal structure of an开发者_开发问答 avi file and extract frame by frame and put in the way wmv[详细]
2023-04-13 09:44 分类:问答Filling the data in an Android bitmap as quickly as possible from C
I\'ve managed to get an android.graphics.Bitmap created and I\'m successfully filling it via the SetPixels command.[详细]
2023-04-13 08:08 分类:问答how to load image with relative path in bitmap
i want to upload image int the bitmap object from asp.net, the image is location under /uploadedimages/sampleimage.jpg[详细]
2023-04-13 07:58 分类:问答how to decode bar code from a Bitmap in Android
I\'ve made an Adroid app for generating & decoding barcode in Code128. When I tried my own app against some Code128 barcode from a third party, it didn\'t work properly.[详细]
2023-04-13 04:20 分类:问答How to make a character from 6 bitmaps?
I have 6 different pictures that make up a character. The parts are: Right Hand, Left Hand, Head, Eyes, Shirt(body), and Pants(legs). what is the easiest part to make up the character? right now I\'m[详细]
2023-04-13 02:25 分类:问答Convert Bitmap to File
I understand that us开发者_JAVA技巧ing BitmapFactory can convert a File to a Bitmap, but is there any way to convert a Bitmap image to a File?Hope it will help u:[详细]
2023-04-12 21:14 分类:问答Putting a Bitmap into a Bundle
I want to pass a String and a Bitmap to a Service using AIDL. The Service implements this AIDL method:[详细]
2023-04-12 19:01 分类:问答How do I allow multiple bit-map galleries in a tabhost without exceeding the VM limit in android?
In my main activity (with launchmode set as singleTask), I have a TabHost with three tabs, which all contain a custom Gallery that displays Views containing a bitmap image which is stored locally (onc[详细]
2023-04-12 17:11 分类:问答How do I get a smooth wallpaper?
I\'m trying to set a wallpaper but I get banding. I have a large gradient JPG which is saved on my device. I read it from file, scale it so that its height matches the height of the device then I set[详细]
2023-04-12 13:56 分类:问答BufferedImage Android Port
I am in the process of porting some java code to Android. The code is doing some image recognition and uses BufferedImage I have managed to move most of the functionality over to Bitmap but I am strug[详细]
2023-04-12 13:15 分类:问答