EmulatorArchive / gens-rerecording

Automatically exported from code.google.com/p/gens-rerecording
0 stars 0 forks source link

Background removable from screenshots #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When BG layers are disabled, the canvas is drawn black. If they are made
some user-configurable color, it would aid in screenshot-mapping and sprite
ripping.

To take it one step further, the outputted png could have the transparent
color as the background, since that is what is ultimately desired.

Original issue reported on code.google.com by dammi...@hotmail.com on 23 Apr 2009 at 3:39

GoogleCodeExporter commented 9 years ago
Minor correction: when all layers are disabled, the canvas is drawn whatever 
color
the VDP "background color" register is set to.
But I think it would be good to be able to disable the background color, 
rendering it
transparent or such, and I've already made comments to that effect elsewhere.

Original comment by Upth...@gmail.com on 23 Apr 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Forcing VDP register 7 (BG color) to some hardcoded values resulted in it being 
tweaked by games on fly. I added the "Pink Background" option in r306. 
Screenshots and video recordings reflect it properly.

Original comment by feykomylce on 28 Sep 2013 at 8:06

GoogleCodeExporter commented 9 years ago
Fixed in r334.
Now you can use Graphics->Pink Background to turn on transparency of background 
for screenshots into file and pink color for screenshots into clipboard.
Use Avi->Clean Avi to clear screenshots from overlay info.

Original comment by r57sh...@uralweb.ru on 15 Oct 2013 at 4:54