PANDORE Version 6 GREYC-IMAGE

pbmp2pan



Converts BMP image file to Pandore image file.



Synopsis

pbmp2pan im_in [im_out|-]

Description

pbmp2pan converts a bitmap image file (BMP) to a Pandore image file. BMP files encode two types of images: gray level 2D image of bytes (Img2duc) and color 2D image of bytes (Imc2duc).

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

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts BMP image to Pandore image

   pbmp2pan image.bmp image.pan

See also

Conversion, ppan2bmp

C++ prototype

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

Version française

Conversion d'une image BMP en image Pandore.


Author: Régis Clouard