1411toppm User Manual(0) 411toppm User Manual(0)
2
3
4
6 411toppm - convert Sony Mavica .411 image to PPM
7
8
10 411toppm [-width width] [-height height] [411file]
11
12
14 This program is part of Netpbm(1).
15
16 411toppm reads a .411 file, such as from a Sony Mavic camera, and con‐
17 verts it to a PPM image as output.
18
19 Output is to Standard Output.
20
21 The originator of this program and decipherer of the .411 format, Steve
22 Allen <sla@alumni.caltech.edu>, has this to say about the utility of
23 this program: "There's so little image in a 64x48 thumbnail (especially
24 when you have the full size JPG file) that the only point in doing this
25 was to answer the implicit challenge posed by the manual stating that
26 only the camera can use these files."
27
28
30 In addition to the options common to all programs based on libnetpbm
31 (most notably -quiet, see
32 Common Options ⟨index.html#commonoptions⟩ ), 411toppm recognizes the
33 following command line options:
34
35 All options may be abbreviated to the shortest unique prefix.
36
37
38
39 -width The width (number of columns) of the input image. Default is
40 64.
41
42 -height
43 The height (number of rows) of the input image. Default is 48.
44
45
46
48 ppm(1)
49
51 This manual page was generated by the Netpbm tool 'makeman' from HTML
52 source. The master documentation is at
53
54 http://netpbm.sourceforge.net/doc/411toppm.html
55
56netpbm documentation 03 March 2001 411toppm User Manual(0)