Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to capture and convert a 80x25 text screen with colors to an image format?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ivan Shmakov  
View profile  
 More options Oct 4 2012, 12:05 am
Newsgroups: alt.os.development, comp.os.msdos.misc, comp.windows.x
Followup-To: alt.os.development, comp.os.msdos.misc
From: Ivan Shmakov <oneing...@gmail.com>
Date: Thu, 04 Oct 2012 11:04:58 +0700
Local: Thurs, Oct 4 2012 12:04 am
Subject: Re: How to capture and convert a 80x25 text screen with colors to an image format?

>>>>> Marven Lee <marve...@gmail.com> writes:

        [Cross-posting to news:comp.windows.x, while keeping
        Followup-To:.]

[...]

 > I'm not sure if other OSes support screen capture with the
 > print-screen key.

        For the systems using the X Window System for graphics, xwd(1)
        should do the trick.  (The resulting image should be readable by
        GIMP, http://gimp.org/, ImageMagick, NetPBM, etc.)

        Typically, there is no "system-wide" screen (or window) capture
        key binding for such systems, but certain GUI environments
        provide one anyway.

 > Just did some googling and there is a DOS TSR that can take
 > captures...

 > http://pixelmetrics.com/Snarf/index.htm

        The home page reads:

--cut: http://pixelmetrics.com/Snarf/ --
    Snarf captures full-screen DOS graphics, [...]
--cut: http://pixelmetrics.com/Snarf/ --

        I haven't tried it myself, but I'm not that sure that it is
        capable of capturing /text mode/ screens, which is (AIUI) what
        the OP has requested.

        IIRC, the VGA (EGA) text modes (including mode 3 = 80 x 25) are
        memory-mapped to 0xB8000 (= B800:0000.)  Once the respective
        memory area (which is 80 x 25 x 2 = 4000 bytes long) is dumped
        to a file, one can drop the attribute bytes and use pbmtext(1)
        [1] to convert it to an image.

        Alas, pbmtext(1) is strictly monochrome.  (Perhaps there should
        be ppmtextega(1) and pgmtextmda(1) just as well.)

        For the font, Terminus [2] would be my choice.  (Unless the DOS
        software in question alters the video adapter's font to contain
        any application-specific characters, that is.)

[1] http://netpbm.sourceforge.net/doc/pbmtext.html
[2] http://terminus-font.sourceforge.net/

--
FSF associate member #7257


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »