[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Painless (and consistent) screenshots?
- Subject: Re: Painless (and consistent) screenshots?
- From: Chris M <chris@sorry.no.spam.com>
- Date: Thu, 01 Apr 2004 20:55:52 -0500
- Newsgroups: comp.sys.apple2, comp.emulators.apple2
- Organization: Posted via Supernews, http://www.supernews.com
- References: <c3fgtr$lsj$1@news1.ucsd.edu>
- Xref: archiver1.google.com comp.sys.apple2:4924 comp.emulators.apple2:4237
On Fri, 19 Mar 2004 19:16:11 +0000 (UTC), dwildstr@euclid.ucsd.edu
(Jake Wildstrom) wrote:
>I'm wanting to take an absurd number of screenshots from some emulated
>Apple software, and I'd like to be able to do it in a consistent
>manner, so I don't have to heavily massage the resultant graphics.
I was playing around with the AppleWin source code and added a
function to save a snapshot of memory whenever you press F10.
I'll see if I can do a screen capture - then you could just press F10
(or whatever) and it would save screen dumps to a filename like
"ABC-001.bmp", "ABC-002.bmp", etc, where "ABC" is the name of the disk
image currently loaded in drive 1. That would be nice, I think.
// CHRIS