diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-bookworm/man1/411toppm.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-bookworm/man1/411toppm.1')
-rw-r--r-- | upstream/debian-bookworm/man1/411toppm.1 | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man1/411toppm.1 b/upstream/debian-bookworm/man1/411toppm.1 new file mode 100644 index 00000000..86501393 --- /dev/null +++ b/upstream/debian-bookworm/man1/411toppm.1 @@ -0,0 +1,71 @@ +\ +.\" 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 "411toppm User Manual" 1 "03 March 2001" "netpbm documentation" + +.SH NAME +411toppm - convert Sony Mavica .411 image to PPM + +.UN synopsis +.SH SYNOPSIS + +\fB411toppm\fP +[\fB-width \fP\fIwidth\fP] +[\fB-height \fP\fIheight\fP] +[\fI411file\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP + \fB411toppm\fP reads a .411 file, such as from a Sony Mavic +camera, and converts it to a PPM image as output. +.PP +Output is to Standard Output. +.PP +The originator of this program and decipherer of the .411 format, +Steve Allen +<\fIsla@alumni.caltech.edu\fP>, +has this to say about the +utility of this program: "There's so little image in a 64x48 thumbnail +(especially when you have the full size JPG file) that the only point +in doing this was to answer the implicit challenge posed by the manual +stating that only the camera can use these files." + +.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 +\&), \fB411toppm\fP recognizes the following +command line options: +.PP +All options may be abbreviated to the shortest unique prefix. + + +.TP +\fB-width\fP +The width (number of columns) of the input image. Default is 64. +.TP +\fB-height\fP +The height (number of rows) of the input image. Default is 48. + + +.UN seealso +.SH SEE ALSO +.BR "ppm" (1)\c +\& +.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/411toppm.html +.PP
\ No newline at end of file |