Skip to content

Support for all TIFF data types #255

@kylebarron

Description

@kylebarron

We should support

  • Float16
  • ComplexInt
  • ComplexFloat

For the Python API we'll have to check which of these are supported by the buffer protocol. We may also want an Array.as_numpy method to support data types like complex int that aren't supported by the buffer protocol. We can manually load the buffers in Python and cast to complex int.

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