PANDORE Version 6 GREYC-IMAGE

pjpeg2pan



Converts JPEG image file to Pandore image file.



Synopsis

pjpeg2pan im_in [im_out|-]

Description

pjpeg2pan converts JPEG 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 JPEG image to Pandore image:

   pjpeg2pan image.jpeg image.pan

See also

Conversion, ppan2jpeg

C++ prototype

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

Version française

Conversion d'une image JPEG en image Pandore.


Author: Régis Clouard