GLBasic forum

Main forum => Bug Reports => Topic started by: retrotech on 2011-Oct-06

Title: SAVESPRITE bug
Post by: retrotech on 2011-Oct-06
LOADSPRITE "sprite_original.bmp", 100
SAVESPRITE "sprite_saved.bmp", 100

any pixel with an rgb of 255, 0,128 is saved as 128,0,255
Title: Re: SAVESPRITE bug
Post by: Kitty Hello on 2011-Oct-06
oops. Also for PNG images? That's the transparent pixels, right?
Title: Re: SAVESPRITE bug
Post by: retrotech on 2011-Oct-07
A png image using the transparent alpha of 0 instead of a transparent pink colour saves fine.
Title: Re: SAVESPRITE bug
Post by: Kitty Hello on 2011-Oct-07
Found it this night. Bugfix is in the next update.