Tagged Questions
1
vote
2answers
740 views
How to convert GeoTIFF to grayscale and add gaussian blur?
I have a giant GeoTIFF I'd like to convert to grayscale and add a gaussian blur to. As far as I know, GDAL can strip two of the three color bands and call it grayscale, which might work, but is there ...