PANDORE Version 6 GREYC-IMAGE

ppan2analyze



Converts Pandore image file to ANALYZE 7.5 image file.



Synopsis

ppan2analyze im_in [im_out|-]

Description

ppan2analyze generates an ANALYZE 7.5 image from a Pandore image.

An ANALYZE 7.5 image is composed of 2 files in the same directory and with the same base name:

im_out is just the base name of the ANALYZE file, it means without suffix.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts the Pandore image a.pan to a ANALYZE image "brain.hdr" and "brain.img":

   pan2analyze a.pan brain

See also

Conversion, panalyze2pan

C++ prototype

Errc PPan2Analyze( const Imx3d &img, const char *filename_out );

Version française

Conversion d'une image Pandore en image ANALYZE 7.5.

Important notice

The source code of this Pandore operator is governed by a specific Free-Software License (the CeCiLL License), also applying to the CImg Library. Please read it carefully, if you want to use this module in your own project (file CImg.h).

IN PARTICULAR, YOU ARE NOT ALLOWED TO USE THIS PANDORE MODULE IN A CLOSED-SOURCE PROPRIETARY PROJECT WITHOUT ASKING AN AUTHORIZATION TO THE CIMG LIBRARY AUTHOR ( http://www.greyc.ensicaen.fr/~dtschump/ )


Author: David Tschumperlé