DataManager.OpenFile has argument InRam, but it is not passed down to the data provider so we eventually get to InRamImageData.Open where Out of Memory occurs at Image.FromFile.
Is there another way to open a large file that could be used instead?
The implementation of this feature would include passing inRam to the provider and rewriting some of the providers to pay attention to this flag.
Comments: This issue list is no longer active. This issue has been copied to our issue list on github (https://github.com/DotSpatial/DotSpatial/issues) Please check there to find out whether this issue was fixed.
Is there another way to open a large file that could be used instead?
The implementation of this feature would include passing inRam to the provider and rewriting some of the providers to pay attention to this flag.
Comments: This issue list is no longer active. This issue has been copied to our issue list on github (https://github.com/DotSpatial/DotSpatial/issues) Please check there to find out whether this issue was fixed.