1PATEXTRACT(1) General Commands Manual PATEXTRACT(1)
2
3
4
6 patextract - Extract a part of a PNG image file
7
9 patextract infile x y width height
10
12 patextract is a program that extracts a part of a PNG image file and
13 output that part in PAT format.
14
15 infile.png is an RGB or RGBA PNG file; the resulting part of the image
16 is written in PAT format to stdout. The file can be used with vis‐
17 grep(1) to scrape screen content.
18
19
21 This command does not have any options.
22
23
25 pat2ppm(1), patextract(1), rgb2pat(1), visgrep(1), xte(1).
26
27
29 png2pat was written by Steve Slaven <bpk@hoopajoo.net>.
30
31 This manual page was written by Aurelien Jarno <aurel32@debian.org>,
32 for the Debian project (but may be used by others).
33
34
35
36 October 18, 2003 PATEXTRACT(1)