HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zeisstopnm — Convert a Zeiss confocal file to Netbpm format. More information: <https://manned.org/zeisstopnm>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandconfocalconvertzeissclifilenetbpmzeisstopnm

Problem

How to use the zeisstopnm command: Convert a Zeiss confocal file to Netbpm format. More information: <https://manned.org/zeisstopnm>.

Solution

zeisstopnm — Convert a Zeiss confocal file to Netbpm format. More information: <https://manned.org/zeisstopnm>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/zeisstopnm

Revisions (0)

No revisions yet.