On Thu, 15 Nov 2001, Andreas K. Foerster wrote: > I try to write a program, that uses PutImage. > It works under Linux and under Dos, but not under Windows. > Isn't that yet implemented in 1.0.4? For all platforms, putimage currently simply calls putpixel for each pixel of the image to draw it, so if putpixel works, so should putimage. Jonas