D
Deleted member 12505
Guest
I'm exporting from Global Mapper to GeoTiff file (about 2.2GB file size using "BigTiff" format). When using GeoTiffToInf after I select my .TIF file it will CTD with the following error:
Application: GeoTiffToInf.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException
Exception Info: System.NotSupportedException
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(System.Uri, System.IO.Stream, System.Windows.Media.Imaging.BitmapCacheOption, System.Guid ByRef, Boolean ByRef, System.IO.Stream ByRef, System.IO.UnmanagedMemoryStream ByRef, Microsoft.Win32.SafeHandles.SafeFileHandle ByRef)
at System.Windows.Media.Imaging.BitmapDecoder..ctor(System.IO.Stream, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption, System.Guid)
at System.Windows.Media.Imaging.TiffBitmapDecoder..ctor(System.IO.Stream, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption)
at GeoTiffToInf.GeoTiff.InitGeoTiff(System.String)
at GeoTiffToInf.ViewModel.ChooseFile()
...
Since it's a 32bit app, I'm guessing there is some file size limit? So what is this limit?
Cheers, Rob.
EDIT: I've also tried "NormalTiff" format but the results are the same, CTD.
Application: GeoTiffToInf.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException
Exception Info: System.NotSupportedException
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(System.Uri, System.IO.Stream, System.Windows.Media.Imaging.BitmapCacheOption, System.Guid ByRef, Boolean ByRef, System.IO.Stream ByRef, System.IO.UnmanagedMemoryStream ByRef, Microsoft.Win32.SafeHandles.SafeFileHandle ByRef)
at System.Windows.Media.Imaging.BitmapDecoder..ctor(System.IO.Stream, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption, System.Guid)
at System.Windows.Media.Imaging.TiffBitmapDecoder..ctor(System.IO.Stream, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption)
at GeoTiffToInf.GeoTiff.InitGeoTiff(System.String)
at GeoTiffToInf.ViewModel.ChooseFile()
...
Since it's a 32bit app, I'm guessing there is some file size limit? So what is this limit?
Cheers, Rob.
EDIT: I've also tried "NormalTiff" format but the results are the same, CTD.






