Penguin
Annotated edit history of 411toppm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 411toppm
2 !!!411toppm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 411toppm - convert Sony Mavica .411 image to PPM
13 !!SYNOPSIS
14
15
16 __411toppm__ [[__-width__ ''width''] [[__-height__
17 ''height''] [[''411file'']
18
19
20 All options may be abbreviated to the shortest unique
21 prefix.
22 !!DESCRIPTION
23
24
25 Reads a .411 file, such as from a Sony Mavic camera, and
26 converts it to a PPM image as output.
27
28
29 Output is to Standard Output.
30
31
32 The originator of this program and decipherer of the .411
33 format, Steve Allen
34 !!OPTIONS
35
36
37 __-width__
38
39
40 The width (number of columns) of the input image. Default is
41 64.
42
43
44 __-height__
45
46
47 The height (number of rows) of the input image. Default is
48 48.
49 !!SEE ALSO
50
51
52 ppm(5)
53 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.