>
> What's the new ceiling on image size for overview calculation?

The same as before hopefully. I'm not sure what the limit is. From a quick look
at the code, I'd say perhaps if the raster_width * 64 > 2 billion. This could be
probably overcomeby modifying the algorithm if it became a limit in real use
cases, but I'm not aware of someone having reported it up to here...

>
> Steve
>
>
>
> On Fri, Dec 31, 2010 at 11:38 AM, Even Rouault <[email protected]
> > wrote:
>
> > Stephen,
> >
> > this should be fixed now in SVN.
> >
> > This was indeed something wrong in a recent optimization in overview
> > computation. This could cause integer overflow, that was triggered when
> > dealing
> > with a dataset where width * height > 2 billion.
> >
> > Thanks for reporting !
> >
>


_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to