Swizpig / ZGloom

Reimplementation of an old Amiga FPS
43 stars 10 forks source link

Screen capture issue #18

Open mgtroyas opened 4 years ago

mgtroyas commented 4 years ago

First of all great port, I just played it from start to end with no issues.

I tried to save some cool looking screenshots plessing screenprint key, but a bmp is saved with only the health overlay, everything else is transparent. Example: Imgur

Intermission graphics are saved correctly, nonetheless.

mgtroyas commented 4 years ago

Attaching both examples: ZGloom.zip

Swizpig commented 4 years ago

I've noticed this, this is something funky going on with SDL_SaveBMP and 32bit surfaces with alpha channels. Looking, but IrfanView will show them correctly as a workaround.

mgtroyas commented 4 years ago

You are right, Irfanview shows all the image, I batch converted to PNG and now all other image viewers can, too.

Swizpig commented 4 years ago

Think I've fixed this.