Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
480 views

List of Image “modes”

Looking through PIL (and related to this question), where can I get a comprehensive list of Image modes? I see "RGB", "RGBX", my code has "BGRX" somehow even though it's not mentioned in the PIL docs ...
2
votes
3answers
2k views

How can I check the color depth of a Bitmap?

I'm working on an application that prints a folder of image files, including JPEG and TIFF. The TIFF images are usually Black and White (1bpp). After loading the image, I want to determine if the ...
2
votes
6answers
2k views

LCD 8-bit mode to 4-bit mode

We have a character LCD (www.cloverlcd.com/pdf/S6A0069.pdf) that we got to work in 8 bit mode. However, now we are trying to get it to work in 4 bit mode but it doesn't seem to be displaying ...
1
vote
2answers
1k views

What is the depth image received from Kinect

When I ran this Matlab code to get the depth image, the result I got is a matrix of 480x640. The min element value is 0 and the max element value is 2711. What does 2711 mean? Is that the distance ...
1
vote
1answer
475 views

Which is the real color-depth on Windows phone 7 product?

According from Emulator Color Depth on Windows Phone 7 forum, I just heard about limitation of Silverlight on Windows Phone 7 that it display only 16-bit color-depth image on Silverlight application ...
1
vote
2answers
419 views

16 bits bit depth

I have an image viewed in an applet. How do I save the image as 16 bits bit depth png format? I'm using java.
0
votes
0answers
105 views

GLWallpaperService - Change Color Depth

I'm trying to let the user of my GL Live Wallpaper have the option to change from RGB_565 to RGBA_8888. It works fine on my settings screen where I use the GLSurfaceView as a background to preview the ...
0
votes
1answer
258 views

color depth bits?

(Quick version: jump to paragraph next to the last one - the one beginning with "But") I was happy in my ignorance believing that PVRTC images were 4 or 2 bits per channel. That sounded plausible. It ...
0
votes
2answers
2k views

C# - How to convert an Image into an 8-bit color Image?

I need to convert a PNG Image loaded from a file into an 8 bit-per-pixel byte array used by another device (embedded programming). I'm copying over pixel by pixel into a new Image created with a ...
0
votes
1answer
2k views

J2ME Reduce Image color-depth/ Compress Image size

I need to transmit the image from the mobile phone to the server. I am able to reduce the image screen size but not the memory size. I understand i have to deal with the color depth. J2ME does not ...