I have a series of raster images (GTiff) that are causing ArcMap10 to hang. After trying a number of different things (32bit to 8bit, translate to another format, compression, tiling, etc.) I suspect that the issue could be with the interleave. Gdalinfo shows that INTERLEAVE=BAND. The GTiff driver suggests that some programs can not handle band and require pixel. I have tried the following, but have been unable to get interleave set to pixel. Ideas?
gdal_translate -of GTiff -ot Byte -co COMPRESS=LZW -co INTERLEAVE=PIXEL <input.tif> <output.tif> Thanks, Jay
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
