What's the diffrence between LoadImage and LoadSprite?
What's the diffrence between LoadImage and LoadSprite?
are they the same?
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
BASIC programmers never die, they just return without gosub.
Sprites are kept in video memory, and are faster to use than images.
Using the sprite lib requires at least DirectX 7 to be installed.
That's why sprites are good for games.
Images are in main memory, and therefore slower, because no graphic
hardware is used. There is no DX required, so they should be used to
do applications.
Timo
Using the sprite lib requires at least DirectX 7 to be installed.
That's why sprites are good for games.
Images are in main memory, and therefore slower, because no graphic
hardware is used. There is no DX required, so they should be used to
do applications.
Timo
quidquid Latine dictum sit altum videtur

