mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
bioradtopgm: add page (#11071)
This commit is contained in:
parent
b655ea1c55
commit
1304885b74
1 changed files with 16 additions and 0 deletions
16
pages/common/bioradtopgm.md
Normal file
16
pages/common/bioradtopgm.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue