Changes between Version 13 and Version 14 of GDAL20Changes


Ignore:
Timestamp:
Sep 24, 2011, 2:01:47 PM (13 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v13 v14  
    2020
    2121The most limiting factor being the size of the nBandOffset argument.
    22 For example a 50000x50000x3 dataset cannot be RasterIO()'ed with band interleaving
     22For example a 50000x50000x3 dataset cannot be RasterIO()'ed with band interleaving.
     23
     2464bit dimensions might also be necessary for WMS global datasets with very high precision, where the number of pixels might exceed 2 billion in the base overview level.
    2325
    2426== Add char** papszOptions (ahem, I meant const char* const* ) in some API so that they can later be extended easily ==