That certainly makes it possible for spritemaps with only a few sprites and where the pixel coordinates of the sprites can be converted to simple decimal points. But I have spritemaps with lots of sprites of various sizes on them and it would be a mess to calculate the decimal values for their positions. Isn't it possible to use the exact pixel coordinates instead, like it is when blitting with SDL? It would definitely make things a lot easier...