Quote Originally Posted by jonharkulsykkel View Post
ok so i making a game in delphi and every frame it needs to render about 1200 16x16 images, then 1200 alpha blended pics then a dude.
I think the problem isn't the library. You have 2401 blitting each frame, that's "too much". I'm sure you can do the same drawing less pictures.