<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Take any image, a screenshot of your desktop for example, save it as .bmp "gdal_translate" it to HFA, .img file, and run gdalinfo on it (trunk version). It's only me or at the end of the gdalinfo report do you also see <GDALRasterAttributeTable /> for each band?<br><br>Band 1 Block=64x64 Type=Byte, ColorInterp=Undefined<br>  Description = Layer_1<br>  Metadata:<br>    LAYER_TYPE=athematic<br><GDALRasterAttributeTable /><br><br>Band 2 Block=64x64 Type=Byte, ColorInterp=Undefined<br>  Description = Layer_2<br>  Metadata:<br>    LAYER_TYPE=athematic<br><GDALRasterAttributeTable /><br><br>Band 3 Block=64x64 Type=Byte, ColorInterp=Undefined<br>  Description = Layer_3<br>  Metadata:<br>    LAYER_TYPE=athematic<br><GDALRasterAttributeTable /><br><br>It seems to me that the HFA driver is reporting incorrectly when the GDAL API function GDALGetDefaultRAT is called by gdalinfo.<br>                                        </div></body>
</html>