PANDORE Version 6 GREYC-IMAGE

ppan3d22d



Converts Pandore 3D image file to a series of 2D Pandore image files.



Synopsis

ppan3d22d [-m mask] [im_in|-] [im_out|-]

Description

ppan3d22d extracts each plane of a 3D image to build a series of 2D images.

The name of the 2D image files are composed from the base name im_out + the plane number + the suffix of im_out. The plane number of plane is padded with leading 0 so as to force numbers to occupy the same size.

For example, the command pan3d22d a.pan b.pan yields images:

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

   ppan3d22d cube.pan image.pan

See also

Conversion, ppan2d23d

C++ prototype

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

Version française

Conversion d'une image Pandore 3D en une série d'images Pandore 2D.


Author: François Angot