Aaron Boxer
Aaron Boxer
``` catch(CorruptPacketHeaderException& cex) { GRK_UNUSED(cex); GRK_WARN("Corrupt packet: tile=%d component=%02d resolution=%02d precinct=%03d " "layer=%02d", tile_no, currPi->compno, currPi->resno, currPi->precinctIndex, currPi->layno); // ToDo: skip corrupt packet if PLT marker is present *stopProcessionPackets =...
@EmDevys Thanks for your proposal. Geospatial is certainly an interesting application for the library. I have made some attempts along these lines - for example, reading GMLJP2 from .jp2 files...
@EmDevys I have re-opened the gdal PR for a Grok driver. Please do add some comments if you think this will be useful. https://github.com/OSGeo/gdal/pull/5117
@EmDevys thanks. I will look into supporting Geotiff input in the library. The Grok gdal driver pull request does support handling Geo tags.
@Jamaika1 `mingw` is not a supported compiler for this project. Please ask about this issue on the [highway](https://github.com/google/highway/issues) issue tracker.
@Jamaika1 ok, I think I found the problem - try pulling the latest. Please open up a new issue next time - this issue is about unit tests.
Can you please share your : 1. OS 2. Available system RAM memory 3. compress and decompress command line parameters Thanks!
Also, can you make the test image available ?
Thanks, @EmDevys . Would you mind verifying that you get the same error on the Pleiades image you shared ? Then I can test that one.
By the way, if you compress the original using tiles, you will probably not run into this error. For example: `grk_compress -i Foo.tif -o Foo.jp2 -t 2048,2048 -v`