Skip to content

feat(io): fast 2D bitmap reader

Didier WECKMANN requested to merge 1021-feat-io-fast-2d-bitmap-reader into dev

Description

A reader and a service that allows fast bitmap reading. It is the exact counterpart as the writer: It uses the same libraries and share the same configuration. See !792 (merged)

Some code has been refactored and factorized and some bugs have been fixed:

  • Image generator / randomizer that can now be called in one step, for all image Format and pixel type.
  • nvjpeg2000 flaw mitigation: fallback to openJPEG if the encoded file is bigger than source instead of failing
  • Reader / writer code factorization and cleanup

Closes #1021 (closed)

How to test it?

Launch the io_bitmapTest and modules_io_bitmapTest unit test

Edited by Didier WECKMANN

Merge request reports