Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged bitmap

0 votes
409 views
1 answer
    I Tried To Check If Part Of Image Existing In Another Image Explanation: full image: http://imageshack.us/photo/my- ... !!") End If Next Next See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
618 views
1 answer
    I am using a simplest code to set wallpaper: Bitmap bmap2 = BitmapFactory.decodeStream(getResources().openRawResource(R ... picture. Any ideas?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
421 views
1 answer
    How can i set image (semi-trasparent) over other image ? I need to create new bitmap and then save it. Thanks all. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    I am trying to set a region of pixels in a mutable bitmap a different color in my android app. Unfortunately ... not sure what the difference is See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    I'm developing an app using lots of markers placed on the map, and I'm using a custom ... BitmapDescriptorFactory.fromBitmap(clusterIcon)); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
644 views
1 answer
    I have tried to get the bitmap image from the path of the image. But BitmapFactory.decodeStream returns null value ... did not get the solution. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
344 views
1 answer
    I want to decode an image from the SD card with BitmapFactory.decodeFile(path, options). I also want images that ... to get that effect? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    There is a java.lang.ClassCastException when I am trying to get a installed applications icon. Here is my code. ... Hope anybody can help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    I use CGBitmapContextRef for large alterable image. Than I draw one's parts in UIView.drawRect. That's work well ... 4 ? Any suggestions ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
780 views
1 answer
    I am writing an app to capture the camera preview frames and convert it to bitmap in Android. Here is my ... convert the byte array to BitMap? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a byte[] array received in TCP Client.The array contains a 24-bit RGB Bitmap file.How to create that bitmap ... could I do that in C#? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    Is it possible to create a bitmap image from a view or the screen in Android? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I am trying to reduce the size of images retrieved form the camera (so ~5-8 mega pixels) down to one ... load the entire original into memory? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
372 views
1 answer
    I am trying to display a jpg file from a server into an imageView. When I try to load a smaller image ( ... assume its "com.mycompany.myapp". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
488 views
1 answer
    I want to programmatically blur and unblur images in Android. I hear that android flag "blur" is no longer ... process spelled out, thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
725 views
1 answer
    In my app I take a picture from camera and then I get that picture to do some image processing operations on same ... .getExtras().get("data"); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
760 views
1 answer
    What is the BMP format for Gray scale Images (especially for 16 bit per pixel) ? The wikipedia just talks ... helped me understand the issue. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
432 views
1 answer
    Let's say I get a HBITMAP object/handle from a native Windows function. I can convert it to a managed ... bool DeleteObject(IntPtr hObject); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
399 views
1 answer
    When I pick an image from gallery to set it on my imageview in android application then I see that it comes ... . I dont know why. Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    In android API 28 view.getDrawingCache() has been deprecated. Is there any newer solution to generate a Bitmap of a particular view in android. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    I've an app that takes a camera picture and saves on sdcard as jpeg. i want to distort the picture with a spherize ... "Distort/Sphere..."; } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    I am using Android ImageReader class to receive Bitmaps from MediaProjection.createVirtualDisplay method. My code so far ... calls. Any ideas? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I'm working on an app that uses large images (1390? ?870 : 150kb - 50kb). I'm adding images as I ... ; } productLayers.addView(productIV); } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    I have an URI image file, and I want to reduce its size to upload it. Initial image file size depends from ... 2 methods or only one? Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    I'am opening camera app on click of a button. And displaying the captured photo in next activity. But the ... (), CaptureActivity.bmp)); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    Is there a way to get a DrawingContext (or something similar) for a WriteableBitmap? I.e. something to ... manipulate the raw pixels directly. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
445 views
1 answer
    I have a ListView in which there is an ImageView, the image in the ImageView gets loaded dynamically after its ... sample pic of what I want See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...