mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 10:43:27 +00:00
22 lines
544 B
Plaintext
22 lines
544 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# bioradtopgm
|
|
|
|
> Convert a Biorad confocal file into a PGM file.
|
|
> More information: <https://netpbm.sourceforge.net/doc/bioradtopgm.html>.
|
|
|
|
- Read a Biorad confocal file and store the n'th image contained in it to as a PGM file:
|
|
|
|
`bioradtopgm -{{n}} {{path/to/file.pic}} > {{path/to/file.pgm}}`
|
|
|
|
- Read a Biorad confocal file and print the number of images it contains:
|
|
|
|
`bioradtopgm {{path/to/file.pic}}`
|
|
|
|
- Display version:
|
|
|
|
`bioradtopgm -version`
|