Page 1 of 1

Posted: Mon Dec 30, 2002 2:49 pm
by BackupUser
Restored from previous forum. Originally posted by Tomio.

Hello,

I want to copy an image into another one, but transparently.
I can't get it. What is wrong?

...
LoadImage(1,a$)
LoadImage(2,ex$)
UseImage(1)
StartDrawing(ImageOutput())
BackColor(255,255,255)
DrawingMode(?)
DrawImage(UseImage(2),50,70)
StopDrawing()
...

Image 2 will be drawn into image 1, but never transparently, whatever
I do with DrawingMode's parameter. And the background IS white.

Greetings../tomio