mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|