# bioradtopgm(1) - man - phpman

> **TLDR:** Convert a Biorad confocal file into a PGM file.
>
- 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 {{-v|-version}}`

*Source: tldr-pages*

---

[bioradtopgm(1)](https://www.chedong.com/phpMan.php/man/bioradtopgm/1/markdown)                         General Commands Manual                        [bioradtopgm(1)](https://www.chedong.com/phpMan.php/man/bioradtopgm/1/markdown)



## NAME
       bioradtopgm - convert a Biorad confocal file into a portable graymap

## SYNOPSIS
       **bioradtopgm** [**-image#**] [_imagedata_]

## DESCRIPTION
       Reads  a  Biorad  confocal file as input.  Produces a portable graymap as output.  If the re‐
       sulting image is upside down, run it through **pnmflip** **-tb** **.**

## OPTIONS
### -image#
              A Biorad image file may contain more than one image.  With this flag, you can  specify
              which  image  to extract (only one at a time).  The first image in the file has number
              zero.  If no image number is supplied, only information about the image size  and  the
              number of images in the input is printed out.  No output is produced.

## SEE ALSO
       [pgm(5)](https://www.chedong.com/phpMan.php/man/pgm/5/markdown), [pnmflip(1)](https://www.chedong.com/phpMan.php/man/pnmflip/1/markdown)

## AUTHORS
       Copyright (C) 1993 by Oliver Trepte



                                            28 June 1993                              [bioradtopgm(1)](https://www.chedong.com/phpMan.php/man/bioradtopgm/1/markdown)
