Hi Nicholas (and thank you for answering so many of my previous
questions!)
The two pixel colors shall not be blended. Pixels from, say img1, shall be
overridden with pixels from img2. I.e. img1 will appear to be behind img2.
Img2 must be able to have transparent pixels as img2 not will be
rectangular.
I need this becasue I have some different icons for different type of
information nodes in a tree view. For all of these (around 4) different
images, I need to show five different status values, i.e. I'll need to
draw
20 different images.
Nicholas Paldino said:
Jesper,
Yes, it is, but how do you want to perform the merge? In other
words,
given one pixel from one image, and one pixel from another image (both at
the same location in the images), how should the resulting pixel look?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
message
Hi,
Is it possible to create a new image from two images where the one is
merged
onto the other.