I am working with rasters in many formats with various GIS-software.
In particularly I am having problems displaying rasters which have backgrounds which need to be made transparent. For one project I need to deliver plan in ECW format. Some plans are black and white, some coloured. If the plan is black and white and the background is also white, by defining the color 255,255,255 als Nodata will remove the white cells inside the plan. In ESRI ArcGIS I can clip a raster and define all areas outside the polygon as nodata. But what is nodata? Is this just a signal to the software to treat a certain pixel value is a different way? If a pixel has a n unsigned 8bit depth, we can only assign a value from 0 - 255. Is there a standard Nodata definition or is it totally software specific and nothing to do with the source data at all?