On 11-12-17 04:38 AM, Marian Krivos wrote:
Hello,
current implementation of GDALGetRasterSampleOverview() don't work
properly for big rasters
over 2GB because of integer overflow.
Marian,
I mildly dispute this. It is just that you can't express a desire to find
an overview with more than 2 b
On 17 December 2011 11:57, Even Rouault wrote:
> Le samedi 17 décembre 2011 13:38:16, Marian Krivos a écrit :
>> Hello,
>>
>> current implementation of GDALGetRasterSampleOverview() don't work
>> properly for big rasters
>> over 2GB because of integer overflow.
>>
>> Solutions is replace int for u
Le samedi 17 décembre 2011 13:38:16, Marian Krivos a écrit :
> Hello,
>
> current implementation of GDALGetRasterSampleOverview() don't work
> properly for big rasters
> over 2GB because of integer overflow.
>
> Solutions is replace int for unsigned long at the price of API/ABI broke.
Something
Hello,
current implementation of GDALGetRasterSampleOverview() don't work
properly for big rasters
over 2GB because of integer overflow.
Solutions is replace int for unsigned long at the price of API/ABI broke.
best regards
Marian Krivos
___
gdal-dev m