1
0
Fork 0
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:
Gaurav Padam 2023-10-19 22:01:34 +05:30 committed by GitHub
parent b655ea1c55
commit 1304885b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`