Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.24 KB

wsidicom changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.3] - 2022-02-14

Changed

  • Allow None as pixelspacing.
  • Use 512 px as default tile size.

Fixed

  • Encoding of non-8 bit data to jpeg.
  • Do not set z to default [0.0].

0.1.2 - 2021-12-02

Changed

  • Fix colorspace issue and codec for jpeg2000 encoding.
  • Use image bounds if available from Openslide.
  • Use background color from Openslide when removing alpha.
  • Use Pillow for alpha removal instead of numpy.

0.1.1 - 2021-12-02

Changed

  • Updated README.md to new way of opening files as WsiDicom object.

0.1.0 - 2021-12-02

Added

  • Initial release of wsidicomizer