Tagged Questions
2
votes
4answers
472 views
How can I access the palette of a TPicture.Graphic?
I have searched the web for hours but I can not find anything about how to get the palette from a TPicture.Graphic. I also need to get the color values so I can pass these values to a TStringList for ...
0
votes
3answers
28 views
Is there a library for c++ (or a tool) to reduce colors in a PNG image with alpha values?
I have a PNG-Image with alpha values and need to reduce the amount of colors. I need to have no more than 256 colors for all the colors in the image and so far everything I tried (from paint shop to ...
0
votes
2answers
240 views
DrawImage from one indexed Bitmap onto another C# .NET Framework 2.0
I have two indexed (8-bits) Bitamp, both using the same Palette in C# (.NET Framework 2.0). I want to bit block copy pixels from one onto another on designated coordinates. I had tried to use Graphics ...