|
Posted by Geoff Berrow on 01/18/07 11:10
Message-ID: <45af3806$0$332$e4fe514c@news.xs4all.nl> from Rob contained
the following:
>Thanks for your (serious) reply. This works,
>but know I want to extend this by copy a polygon
>from one image to another. Do you know if this is possible?
Images are rectangular. To copy a polygon, you are only copying part of
the image. Lets say you have a black triangle on a white background.
The process would be something like:
look at the first pixel of the source image.
if the pixel is white, move on to the next pixel
if the pixel is black, change the corresponding pixel in the destination
image to black
Move on to the next pixel
Using a couple of loops you can selectively blend part of an image.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
Navigation:
[Reply to this message]
|