PANDORE Version 6 |
GREYC-IMAGE |
ppan2bmp
Converts Pandore file to BMP image file.
Synopsis
ppan2bmp [im_in|-] [im_out|-]
Description
ppan2bmp converts a Pandore image file to a
BMP (Bitmap) image file.
Only the following Pandore image types can be converted:
- 2D gray level image of bytes (Img2duc);
- 2D color image of bytes (Imc2duc);
- 2D region map (Reg2d).
Other Pandore image types might be converted to
regular types using convenient
casting operators.
Inputs
- im_in: a 2D image (img2duc, Imc2duc) or a 2D region map.
Outputs
- im_out: a BMP image file.
Result
Returns SUCCESS or FAILURE.
Examples
ppan2bmp tangram.pan image.bmp
See also
Conversion,
pbmp2pan
C++ prototype
Err PPan2Bmp( const Img2duc &im_in, char *filename );
Version française
Conversion d'une image 2D Pandore en image BMP.
Author: Régis Clouard