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

zeisstopnm - convert a Zeiss confocal file to PNM

Author

       Copyright (C) 1993 by Oliver Trepte

Description

       This program is part of Netpbm(1).

       zeisstopnm reads a Zeiss confocal file as input and produces a PNM image as output.

       By  default,  the  exact  type  of  the  output depends on the input file: If it's grayscale a PGM image;
       otherwise a PPM.  The program tells you which type it is writing.  You can override the default with  the
       -pgm and -ppm options.

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/zeisstopnm.html

netpbm documentation                              15 June 1993                         ZeisstopnmUserManual(1)

Name

       zeisstopnm - convert a Zeiss confocal file to PNM

Options

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

       -pgm   Force the output to be in PGM format.

       -ppm   Force the output to be in PPM format.

See Also

pnm(1)

Synopsis

zeisstopnm

       [-pgm | -ppm]

       [zeissfile]

See Also