1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:22:10 +02:00
tldr/pages/common/zeisstopnm.md
Juri Dispan f1f0114a35
zeisstopnm: add page (#10888)
* zeisstopnm: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-10 13:27:44 +05:30

12 lines
362 B
Markdown

# zeisstopnm
> Convert a Zeiss confocal file to Netbpm format.
> More information: <https://manned.org/zeisstopnm.1>.
- Convert a Zeiss cofocal file into either `.pgm` or `.ppm` format:
`zeisstopnm {{path/to/file}}`
- Convert a Zeiss cofocal file to Netbpm format while explicitly specifying the target file type:
`zeisstopnm -{{pgm|ppm}} {{path/to/file}}`