Csabo
Moderator
Posts: 541
Registered: 02-02 |
myk, this is by design I guess. When you export sprites, XWE saves the alignment data in the BMP file. The bytes I used were zeroes in all the BMPs I ever saw, it's for image (print?) resolution according to the specs. Most programs that handle BMPs ignore these bytes, it looks like Gimp doesn't. (Unfortunately BMPs aren't extendable like GIFs or JPGs or PNGs, hence this hack.)
So basically what you gain by this is that if you export let's say 10 sprites from a WAD, and re-import them, they will retain the alignment, so you don't have to redo that manually. Try setting a sprite's alignment to 0,0 and export it: GIMP should be quiet.
If it's a real problem for you I guess I could make it optional so you'd be able to turn this behavior off.
|