Skip to content

v0.7.0

Compare
Choose a tag to compare
@John-P John-P released this 25 Jun 13:22
· 2 commits to main since this release
bf739b3

✨ New

  • Normalise TIFF array axes (to YXC order) when reading using tiffile.

🐛 Bug Fixes

  • Fix reading/writing JP2 resoluion metadata (vres/hres are in m not
    cm).
  • Join child processes when finishing writing / exiting.
  • Copy the reader tile size for transcode mode.
  • Return None for MPP when JP2 has no resolution box.
  • Set resolution units to cm when writing TIFFs.
  • Use the MPP from the reader when writing JP2.
  • Add a zarr intermediate for JP2 writing (allows different read and
    write tile sizes).