Adding parallel compression to MetaIO

Here is the PR for this improvement:

The CompressionLevel is mostly straight forward. With the caveat: some compression algos have the range 0-100, while others have 0-9 (deflate/zlib based). In this implementation I choose to have each ImageIO define a max. This preserves compatibility, at the expense of not having a consistent range.

1 Like