Hi, I have not tried myself, but it might be doable with gdal_rasterize http://gdal.org/gdal_rasterize.html
Digitize a big polygon that covers your images, save as "mask.shp" and then run gdal_rasterize -burn 100 -l mask.shp image.tif Not sure if it works with paletted images but try and you will see. -Jukka Rahkonen- Tom Chadwin wrote: > > Alternatively, can anyone suggest a way in which I could blank out the visual > content of the TIFFs without damaging any of the other content relevant to > GDAL (I presume opening in Photoshop and filling with white is unlikely to > preserve all the metadata required). If I can do that, I can see if the > problem still > persists. If so, I can send the blanked-out TIFFs to anyone prepared to have a > look at the issue. > > Thanks > > Tom > > > > -- > View this message in context: http://osgeo-org.1560.x6.nabble.com/Error- > rendering-coverage-on-the-fast-path-tp5138864p5140190.html > Sent from the GeoServer - User mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
