Skip to content

tomo: Image profile + IFF format

Valentin Valls requested to merge tomo-image-profile into master

This PR provide the tomo image service with extra formats

  • An iff container which can contain both image data, image metadata, and image related experiment metadata (and more). It's based on a list of named blocks we already know the size.
  • A set of compression including for now raw, f16, u8
  • A profiles concept which allow the client to request what it can support

Merge request reports