Skip to content

image codecs #15

@d-v-b

Description

@d-v-b

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.

@maxrjones, @mkitti, @jbms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions