Page 1 of 1

SaveImage

PostPosted: Nov 2, 2002 @ 3:49am
by BurningSheep

PostPosted: Nov 2, 2002 @ 4:33am
by Kzinti
What memory leaks? I don't remember them...

PostPosted: Nov 2, 2002 @ 1:51pm
by BurningSheep

PostPosted: Nov 2, 2002 @ 10:30pm
by Kzinti
Yeah... Well these two leaks really don't matter. The thing is that I am reworking the low-level stuff and there is no point in "fixing" this.

Thanks for noticing though.


Concerning the SaveImage() thing, this is because a bitmap needs to have dword-aligned pixel rows. The SaveImage() function assumes the surface is already dword-aligned (even number of pixels). I guess SaveImage() should be updated for odd number of pixels.

PostPosted: Nov 3, 2002 @ 7:05pm
by BurningSheep