Using the RasterBandNoDataRemover does fix the problem, but also changes the NODATA cells that I want to be NODATA into balck (0,0,0).
How can I fix this? Seems to me that this should not be a default behavior...
Using the RasterBandNoDataRemover does fix the problem, but also changes the NODATA cells that I want to be NODATA into balck (0,0,0).
How can I fix this? Seems to me that this should not be a default behavior...
Takashi
Appearently 0 is nodata in your set.
RasterBandNodataSetter or replacer might be usefull.