logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

411toppm - convert Sony Mavica .411 image to PPM

Description

       This program is part of Netpbm(1).

        411toppm reads a .411 file, such as from a Sony Mavic camera, and converts it to a PPM image as output.

       Output is to Standard Output.

       The  originator  of this program and decipherer of the .411 format, Steve Allen <sla@alumni.caltech.edu>,
       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."

Document Source

       This  manual  page was generated by the Netpbm tool 'makeman' from HTML source.  The master documentation
       is at

              http://netpbm.sourceforge.net/doc/411toppm.html

netpbm documentation                              03 March 2001                          411toppmUserManual(1)

Name

       411toppm - convert Sony Mavica .411 image to PPM

Options

       In addition to the options common to all programs based on libnetpbm (most notably  -quiet,  see   Common
       Options ), 411toppm recognizes the following command line options:

       All options may be abbreviated to the shortest unique prefix.

       -width The width (number of columns) of the input image.  Default is 64.

       -height
              The height (number of rows) of the input image.  Default is 48.

See Also

ppm(1)

Synopsis

411toppm [-widthwidth] [-heightheight] [411file]

See Also