Sprite error spritewizzard

New Member
Joined
Jul 19, 2005
Messages
14
Best answers
0
i made a new sprites i tryd to compline the 8 bmp filles in to spr but every time
i get a *Dimension not Muitiple of 8* not loading is there a way to fix this i use Jasic Paintshop pro 9
 
Senior Member
💻 Oldtimer
Joined
Feb 6, 2002
Messages
1,675
Best answers
0
Hi! You're looking for the misc. Section. Nice to see you!
 
Lost in space
Banned
💻 Oldtimer
Joined
Dec 1, 2002
Messages
2,725
Best answers
0
Dark Templar said:
Dimension not Muitiple of 8
That's all there is to the problem. The error message is pretty straightforward.

The length and width of one or all of your frames are not multiples of 8. These types of requirements owe their existance to the fact that there are 8 bits to a byte. You don't have to worry about that, though. Just make sure the length and width of your frame(s) are evenly divisible by 8 (e.g. 32x32, 64x64, etc).

You could scale the image, cut pixels out until it's of proper dimensions, or just add empty (transparent color) pixels to "pad" it.
 
New Member
💻 Oldtimer
Joined
Dec 21, 2004
Messages
2,417
Best answers
0
make an image, and just make sure its a multiple of 8

like 8x8 px, 16x16 px, 24x24 px... and so on until like 200 something, i think 256x256 is the largest
 

Users who are viewing this thread

Top Bottom