PANDORE Version 6 GREYC-IMAGE

pgif2pan



Converts GIF image file to Pandore image file.



Synopsis

pgif2pan im_in [im_out|-]

Description

pgif2pan converts GIF 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).

Note: Only uncompressed GIF image can be converted. It might be necessary to use another image converter to convert compressed GIF file to uncompressed GIF file.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts the GIF image to Pandore image:

   pgif2pan image.gif image.pan

See also

Conversion, ppan2gif

C++ prototype

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

Version française

Conversion d'une image GIF en image Pandore.


Author: Régis Clouard