PANDORE Version 6 GREYC-IMAGE

ppng2pan



Converts PNG image file to Pandore image file.



Synopsis

ppng2pan im_in [im_out|-]

Description

ppng2pan converts PNG image file to Pandore image file. The result image can be a gray level 2D image of bytes (Img2duc) or a color 2D image of bytes (Imc2duc).

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts the PNG image to Pandore image:

   ppng2pan image.png image.pan

See also

Conversion, ppan2png

C++ prototype

Errc PPng2Pan( const FILE* fdin, Pobject **objout );

Version française

Conversion d'une image PNG en image Pandore.


Author: Régis Clouard