Ok it seems my best option is to use ecw format.
However I would like to know more about building overviews. I haven't quite understood how it works and how I should configure it. Here's an example I have:
Dim anOverviewList As Int32() = {2, 4, 8, 16}
img.BuildOverviews(MapWinGIS.tkGDALResamplingMethod.grmBicubic, 4, anOverviewList)
and the source image is a tiff file with 7297x11880 resolution.
Well the result was that pretty much nothing changed. How should I do this with the particular file?
However I would like to know more about building overviews. I haven't quite understood how it works and how I should configure it. Here's an example I have:
Dim anOverviewList As Int32() = {2, 4, 8, 16}
img.BuildOverviews(MapWinGIS.tkGDALResamplingMethod.grmBicubic, 4, anOverviewList)
and the source image is a tiff file with 7297x11880 resolution.
Well the result was that pretty much nothing changed. How should I do this with the particular file?