Selon Michal Migurski <[email protected]>: > Thanks for the suggestion. It makes sense, though it seems that > gdal_translate can't do this natively, is that true? I'm looking at > resources like http://w3.cs.jmu.edu/arch/schol/software/gdal-sup/All.html > and they seem to indicate that there's no native palette-to-RGB > conversion offered in gdal_translate, and I can't find any in the docs. >
http://www.gdal.org/gdal_translate.html mentions the -expand rgb option. e.g. : gdal_translate -expand rgb src_palette.tif dst_rgb.tif _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
