PANDORE Version 6 |
GREYC-IMAGE |
ppan2png
Converts Pandore file to PNG image file.
Synopsis
ppan2png [im_in|-] [im_out|-]
Description
ppan2png converts a Pandore image file to a
PNG image file.
Only the following Pandore image types can be converted:
- 2D gray level image of bytes (Img2duc);
- 2D color image of bytes (Imc2duc);
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 PNG image file.
Result
Returns SUCCESS or FAILURE.
Examples
ppan2png tangram.pan image.png
See also
Conversion,
ppng2pan
C++ prototype
Errc PPan2Png( const Imc2duc &ims, char *fich );
Version française
Conversion d'une image 2D Pandore en image PNG.
Author: Régis Clouard