hello,<br><br><br>I need to merge two XImage, one will be the background and the other will be the foreground.<br>I need to set a color as 'transparent' for the foreground...<br><br>Right now, what I'm doing is a loop on the pixels,
<br>for each pixel I check if the color is or not the "transparent" color and I set the pixel of the final image with the right one...<br><br>I'm using XGetPixel and XPutPixel... the whole process seems a little slow... images are 1280x1024x24,
<br>is there a fastest way to do it ???<br><br><br>thank you,<br><br><br>Franck<br>