Extension conversion ENVI .hdr to .icb

71 views Asked by At

Am working on Qccpack for Hyperspectral image compression which uses .icb extension.

How can I convert from ENVI .hdr to .icb in order to work with Qccpack ?

1

There are 1 answers

0
Piglet On

I just had a quick look into the Qccpack documentation. (the first thing I found via google, I guess this is what you are talking about)

http://qccpack.sourceforge.net/Documentation/QccIMGImageCubeFree.3.html

.icb is a file that stores "image cubes". They say that image cubes are a data structure for saving volumetric image data.

ENVI .hdr instead is a file format that stores meta data for an image that is stored in another file.

You cannot convert image meta data into image data.