[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Painless (and consistent) screenshots?



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