PANDORE Version 6 GREYC-IMAGE

panalyze2pan



Converts ANALYZE 7.5 image file to Pandore image file.



Synopsis

panalyze2pan im_in [im_out|-]

Description

panalyze2pan converts an ANALYZE 7.5 image file to a Pandore image file.

An ANALYZE (7.5) format image consists of two files in the same directory and with the same base name:

The input file im_in is one of the two ANALYZE files. The second file is then read from the same directory and with the same base name.

The result image im_out is a 3D multispectral image of floats (Imx3duc).

Inputs

Inputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts image "brain" to Pandore image "a.pan" and then displays the band #0.

   panalyze2pan brain.hdr a.pan
   pimx2img 0 a.pan | pvisu

See also

Conversion, ppan2analyze

C++ prototype

Errc PAnalyze2Pan( const char* filename, Pobject** obj_out );

Version française

Conversion d'une image au format ANALYZE 7.5 en une image Pandore.

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é