diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/pamtohtmltbl.1 | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pamtohtmltbl.1 b/upstream/opensuse-tumbleweed/man1/pamtohtmltbl.1 new file mode 100644 index 00000000..b558374c --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/pamtohtmltbl.1 @@ -0,0 +1,103 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pamtohtmltbl User Manual" 0 "13 October 2008" "netpbm documentation" + +.SH NAME +pamtohtmltbl - convert pnm/pam visual image to an HTML table + +.UN synopsis +.SH SYNOPSIS + +\fBpamtohtmltbl\fP +[\fB-transparent=\fP\fIcolor\fP] +[\fB-verbose\fP] +[\fIfile\fP] +.PP +Minimum unique abbreviation of option is acceptable. You may use +double hyphens instead of single hyphen to denote options. You may use +white space in place of the equals sign to separate an option name +from its value. + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpamtohtmltbl\fP converts a visual image to an HTML table with one +cell per pixel. The cell is empty, but its background color is that of the +pixel. +.PP +\fIfile\fP is a PBM, PGM, PPM, or PAM file. If PAM, it must be +a standard visual image of tuple type RGB, GRAYSCALE, or BLACKANDWHITE, or +something equivalent with extra higher numbered channels, but +\fBpamtohtmltbl\fP doesn't check the tuple type; it just assumes. +.PP +Note that the more normal way to include a visual image in an HTML +document is with a <IMG> tag. +.PP +Not all web browsers render tables as \fBpamtohtmltbl\fP expects, +and therefore show a grossly distorted image. Internet Explorer 7 on +Windows and Opera 9.02 on Windows have been seen to work; Firefox +2.0.0.16 on the same Windows system has been seen not to. + +.UN options +.SH OPTIONS +.PP +In addition to the options common to all programs based on libnetpbm +(most notably \fB-quiet\fP, see +.UR index.html#commonoptions + Common Options +.UE +\&), \fBpamtohtmltbl\fP recognizes the following +command line options: + + +.TP +\fB-transparent=\fP\fIcolor\fP +This option indicates that pixels of the specified color are to be transparent +in the HTML table. The table cell for a pixel of this color will have no +background color specified. +.sp +Specify the color (\fIcolor\fP) as described for the +.UR libnetpbm_image.html#colorname +argument of the \fBpnm_parsecolor()\fP library routine +.UE +\&. + + +.TP +\fB-verbose\fP +This option causes \fBpamtohtmltbl\fP to display messages about the +conversion process. + +.UN seealso +.SH SEE ALSO +.BR "pnm" (5)\c +\& +.BR "pam" (5)\c +\& + +.UN history +.SH HISTORY +.sp +\fBpamtohtmltbl\fP was new in Netpbm 10.15 (April 2003). + + +.UN authors +.SH AUTHORS +.PP +Alexander B. Ivanov (SSH) wrote a program he called +\fBpnm2html\fP. Bryan Henderson adapted it to use the Netpbm +libraries and handle PAM images and follow Netpbm conventions, and +named it \fBpamtohtmltbl\fP. +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pamtohtmltbl.html +.PP
\ No newline at end of file |