Skip to main content
Question

Hillshade Geotiff file displaying in ArcGIS as stretched is missing ALPHA band?

  • January 25, 2023
  • 2 replies
  • 10 views

blue_star
Participant
Forum|alt.badge.img+3

Hi,

No data area of geotiff generated from 'HillShader' can't be shown as transparent in ArcGIS. If it's shown as RGB it contains ALPHA band, but if I choose 'stretched' in symbology, Alpha band is missing, nodata has been shown as black?

Anybody knows how to show nodata as transparent in ArcGIS if the hillshade output generated by FME?

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • January 25, 2023

You can use a RasterInterpretationCoercer to force the image to RGB


blue_star
Participant
Forum|alt.badge.img+3
  • Author
  • Participant
  • 7 replies
  • January 26, 2023

You can use a RasterInterpretationCoercer to force the image to RGB

But I don't want RGB, Hillshade result has to be in stretched colour ramp from black to white.