I have created a Flex program that outputs TIFF6 format (GeoTiffs). They render in ArcGIS fine except for transparency, which is displayed as opaque.
It's not like TIFF6 transparency is difficult to encode or decode (two extra lines of code extract alpha channel from RGB), so why does ArcGIS choose not to support it? Certainly PNG transparency works, but then you have to write auxiliary files for georeferencing. GeoTIFF is much neater and more flexible than PNG, so why scrooge on the features ESRI?
Alternatively, is there any future plans to support GeoPNG or include transparency with GeoTIFF? Or do something that allows georeferencing and transparency information to be stored in a single file?? Too much to hope for?