Hello,
I am trying to write an 8bit DEM to a GeoTIFF. The output is
supposed to have 2 bands. One gray or UINT8 and the other is an alpha8
band.
The problem is that the GeoTIFF writer seems to be refusing the
write out the alpha8. It keeps converting to UINT8. When I feed the
output from my last transformer (before the writer) into the inspector the
output looks exactly as it should and both bands are there. However when
I actually inspect the written dataset, the gray8 is there as expected but the
alpha8 is converted to UINT8.
System:
Desktop version is 2015.1. I have also tried this on 2014.
Windows 7
Any help is greatly appreciated.
Nenad K.