|
NAMEscr2png —
convert a video memory dump to a PNG image
SYNOPSIS
DESCRIPTIONThescr2png utility reads a video memory dump, such as
that created by the
vidcontrol(1)
utility, and converts it to a PNG image, using the font file specified by the
user, or a default font if none is specified. scr2png
reads from the standard input, and writes to the standard output.
The following options are available:
See
scrshot(1)
for information about the input file format expected by
RETURN VALUESThescr2png utility exits 0 on success or >0 if an
error occurred.
EXAMPLESThe command sequence:
will capture the contents of the first virtual terminal, and
redirect the output to the
This example captures a screen shot, and then produces two different PNG images using different fonts.
SEE ALSOscr2txt(1), vidcontrol(1), syscons(4)AUTHORSNik Clayton ⟨nik@FreeBSD.org⟩
Visit the GSP FreeBSD Man Page Interface. |