Hi.
I've just tried to create a large PNG raster mosaic. I get this error in the log file:
PNGRASTER writer: libpng: Image width exceeds user limit in IHDR
PNGRASTER writer: libpng: Image height exceeds user limit in IHDR
PNGRASTER writer: libpng: Invalid IHDR data
PNGRASTER writer: Failed to write dataset ....
The tile grid is 6 tiles wide and 12 tiles high, and each tile is 20000x20000 pixels.
But what is the effective limit of a PNGRASTER output ?
According to the libpng documentation, PNG allows 2^31-1 rows and columns, but libpng has "arbitrarily" set the maximum to 1 million. And that's well below my max 240K requirement.
Cheers