.\" Hey, EMACS: -*- nroff -*- .\" .\" Copyright (C), 2003 Aurelien Jarno .\" .\" You may distribute under the terms of the GNU General Public .\" License as specified in the file /usr/share/common-licences/GPLv2 .\" that comes with the Debian distribution. .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH PNG2PAT 1 "October 18, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME png2pat \- Converts an image file from PNG to PAT format. .SH SYNOPSIS .B png2pat .I "infile.png" .SH DESCRIPTION .B png2pat is a program that converts an image file from PNG to PAT format. .PP infile.png is an RGB or RGBA PNG file; the resulting .pat file is written to stdout. The file can be used with .B visgrep(1) to scrape screen content. .SH OPTIONS This command does not have any options. .SH SEE ALSO .BR pat2ppm (1), .BR patextract (1), .BR rgb2pat (1), .BR visgrep (1), .BR xte (1). .SH AUTHOR .B png2pat was written by Steve Slaven . .PP This manual page was written by Aurelien Jarno , for the Debian project (but may be used by others).