Tagged Questions
0
votes
1answer
61 views
How do I modify this gray-scale palette into a color palette?
I am acquiring images using a digital camera. At first, I was using a mono camera, but recently I upgraded to a color camera. With the mono camera I was having some palette issues until I found this ...
0
votes
0answers
13 views
How to Create and Use a Gray, Indexed Bitmap with WinApi? [duplicate]
I have successfully created a 32-bit Bitmap with CreateCompatibleDC, CreateBitmap. But I REALLY need a 8-bit bitmap. How do I approach this task ? In my last tries I saw that it might be possible with ...
1
vote
1answer
482 views
Create custom palette for WritableBitmap from 256 Colours
I have now been looking for almost an hour and just couldn't find an answer. I am currently working on a program that displays a custom image (using WritableBitmap) either in a gray scale or a ...
0
votes
0answers
105 views
How to access the palette of a bitmap in Android?
I have a couple of bitmaps which has 256 colors (old style), and I need to access the palette (or color table as somebody called it) in order to change some of the colors
Does anybody know if this is ...
8
votes
1answer
3k views
Can't set palette in bitmap
I have been writing a PCX decoder and, so far, the PCX image itself parses fine, but I can't work out how to set the palette of a bitmap.
I have created a bitmap like so:
Bitmap bmp = new ...
0
votes
1answer
493 views
How can I extract the palette from a 5-6-5 bitmap image?
I am trying to extract the palette from a 5-6-5 (16bit) bitmap image that I have produced using ImageConverter Plus from an original Photoshop file. I need to read out the palette and compare it to ...
2
votes
2answers
3k views
How to filter a specific color from a bitmapData object (or byte-array)
I'm looking for an efficient way to filter a specific color from a bitmapData object in ActionScript 3. Currently I use a loop with readByte32(). This takes about a second to process which is ...

