PANDORE Version 6 GREYC-IMAGE

ppan2vff



Converts Pandore image file to VFF image file (Sunvision).



Synopsis

ppan2vff [-m mask] [im_in|-] [file_out|-]

Description

ppan2vff converts Pandore file to VFF (Sunvision) image file.

A VFF image is a 3D image of bytes.

For Long and Float images, ppan2vff clips the value between [0..255]. Il might be necessary to cast the value beforehand using convenient casting Pandore operators.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts the Pandore 3D image cube.pan to VFF image file:

   ppan2vff cube.pan image.vff

See also

Conversion, pvff2pan

C++ prototype

Errc PPan2Vff( const Img3duc &im_in, char *filename );

Version française

Conversion d'une image Pandore 3D en une image au format VFF.


Author: François Angot