gdal
gdal copied to clipboard
Add 'gdal raster nodata-to-alpha'
Fixes #12524
Could it have an option to write an 1-bit mask band instead of alpha?
Could it have an option to write an 1-bit mask band instead of alpha?
I indeed considered there are other similar cases like nodata to mask band, mask band to alpha, alpha to mask band. All those can be accomplished with "gdal raster select" by using "-b {number|mask}" and "-mask {number|mask}".