Tagged Questions
2
votes
1answer
1k views
GDAL: Convert specific RGB (GeoTIFF) color to transparent
I have an RGB GeoTIFF file and I want to convert a specific RGB colour to transparent. I would like to use GDAL for doing this, but external Python scripts are also an option (though I haven't learned ...