Hello,<br><br>I'm using FWTools1.0.5.<br><br>I use gdal_translate to convert a BIP+HDR+CLR file to a tif file :<br>gdal_translate toto.bip toto.tif<br><br>I have a problem with the output color map : all colors are shift by one index. For exemple the color of index 2 in the bip file is associated to index 3 in tif file, and so on. Index 0 is set to black (R=0, G=0, B=0) and the color of index 255 in bip file is no longer in new color map.
<br><br>I tried<br>gdal_translate -mo &quot;TIFFTAG_PHOTOMETRIC=3&quot; toto.bip toto.tif<br>wich helps nothing.<br><br>Did I do something wrong ?<br>Is there any way to solve this ?<br><br>Thanks for your help,<br>Guillaume.
<br>