PANDORE Version 6 |
GREYC-IMAGE |
ppan2raw
Converts Pandore file to raw file.
Synopsis
ppan2raw [im_in|-] [file_out|-]
Description
ppan2raw converts Pandore image to binary image.
Raw file are composed of pure binary data:
- For 2D images, pixels are ordered by line and for each line by columns.
- For 3D images, pixels are ordered by planes, lines and columns.
- For color images, data are organized by color: first red pixels,
then green pixels and finally blue pixels.
- For multispectral images, data are organized by bands: first band #0,
then band #1, etc.
Inputs
- im_in: a Pandore image file.
Outputs
- file_out: a binary image file.
Result
Returns SUCCESS or FAILURE.
Examples
ppan2raw tangram.pan tangram.raw
See also
Conversion,
praw2pan
C++ prototype
Errc PRaw2Pan( const Img2duc &im_in, char *filename );
Version française
Conversion d'un fichier image Pandore en un fichier image sans entête.
Author: Régis Clouard