Skip to content

Supports Y32 with normalize param

Valentin Valls requested to merge supports-y32-with-normalize-param into master

This MR supports streaming from Y8/Y16/Y32.

Please merge !15 first to avoid conflict.

  • A --normalize arguments was added to normalize the image data between 0..255.
    • This uses a basic transposition.
  • Plus clean up of tests using pytest fixtures
Edited by Valentin Valls

Merge request reports