-
Notifications
You must be signed in to change notification settings - Fork 8
Description
imagecodecs
defines a trove of useful image compression / decompression routines that are accessible via the numcodecs API.
I think we should consider some or all of these codecs high priority for additions to this repo.
As many image codecs impose strict constraints on the dimensionality of their inputs, we will likely need something like the transpose codec to efficiently transform N-dimensional arrays into a shape consistent with a given codec. I think the forthcoming reshape codec will be of great use here. But there might be other codecs / array transformations that are useful for using general purpose image codecs in a zarr context.
My goal with this issue is to define some priorities (e.g., whatever we need for reading the most widespread archival TIFF data should probably be prioritized), and to ensure that we are all working in a coordinated fashion.
cc'ing people who I know are interested in this development so we can coordinate our efforts. This list is not exhaustive, please feel free to bring additional people into the conversation.