patextract

Content

 

Data

license:
Version:
Developer / owner:

Short description:

Manual page and help for the patextract linux command. Patextract is a program that extracts a portion of a PNG image file and outputs that portion in PAT format.

The input file (infile) is an RGB or RGBA PNG file; writes the resulting part of the image in PAT format to the standard output (stdout). The file is located at visgrep can be used to copy the contents of the screen.

The patextract command is xautomation part of a software package.

 

 

Man page output

man patextract
PATEXTRACT(1)                      General Commands Manual                     PATEXTRACT(1)

NAME
       patextract - Extract a part of a PNG image file

SYNOPSIS
       patextract infile x y width height

DESCRIPTION
       patextract is a program that extracts a part of a PNG image file and output that part
       in PAT format.

       infile.png is an RGB or RGBA PNG file; the resulting part of the image is written  in
       PAT format to stdout. The file can be used with visgrep(1) to scrape screen content.

OPTIONS
       This command does not have any options.

SEE ALSO
       pat2ppm(1), patextract(1), rgb2pat(1), visgrep(1), xte(1).

AUTHOR
       png2pat was written by Steve Slaven <bpk@hoopajoo.net>.

       This  manual  page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian
       project (but may be used by others).

                                      October 18, 2003                         PATEXTRACT(1)

 

 

Help output

XXX --help
patextract v1.09
Author: Steve Slaven - http://hoopajoo.net

usage: patextract infile.png

infile is an RGB or RGBA PNG
the resulting pat file is written to stdout

The file can be used with visgrep to scrape screen content

 

Related Content