Hello,
I was trying to use some GeoTiff files using code like:
GeoTiffRasterLayer myTiffLayer = new GeoTiffRasterLayer(@"C:\Users\Public\Documents\Raster\SU01_v2.tif");
But when try to open the layer I get:
{"Cound not open the incoming Image, please check the tiff image is valid."}
However I found that I could open the file either using GdiPlusRasterLayer or by opening the tiff file in MS-Paint and re-saving outside of MapSuite. I am pretty sure this is because the file(s) are compressed using LZW.
1. Is LZW compression a problem for GeoTiffs?
2. Also if I use GdiPlusRasterLayer is there a way I can still geo-reference using the TFW file?
Thanks,
Jonathan