Remove limitation that prevents from opening images bigger than 4 billion pixels
authorEven Rouault <even.rouault@spatialys.com>
Fri, 1 Sep 2017 14:30:37 +0000 (16:30 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Fri, 1 Sep 2017 14:30:37 +0000 (16:30 +0200)
commitd5153ba404fa13b9c6e7b2c20d4d128aac718fba
tree3bf8757adf5137689bbbd76ff6e1e19352a83a8c
parentc37e360a5112b5471168e429159f61b74c0c2f58
Remove limitation that prevents from opening images bigger than 4 billion pixels

However the intermediate buffer for decoding must still be smaller than 4
billion pixels, so this is useful for decoding at a lower resolution level,
or subtile decoding.
src/lib/openjp2/j2k.c
src/lib/openjp2/tcd.c