Skip to content

Releases: jason-weirather/omeify

v0.2.0 - Basic OME-TIFF Conversion Functionality

24 Apr 21:32
Compare
Choose a tag to compare

We are excited to announce the release of v0.2.0, which introduces basic OME-TIFF conversion functionality. This version lays the groundwork for future development and enhancements. The major updates in this release include support for various compression options and the ability to save HE QPTIFFs as three-plane photometric blackpoint instead of RGB for compatibility with the Aviator viewer.

Features included in this release:

  • Conversion of QPTIFF H&E and mIF image input files to OME-TIFF format.
  • Generation of a deidentified OME XML image description that adheres to MITI consortium's minimum recommendations.
  • Validation of the OME XML image description against the OME standard.
  • A functional Dockerfile for easy setup and deployment.
  • Basic error handling and logging for improved troubleshooting.
  • Compression options to optimize file size and performance.

Please be aware that this is an early release, and there might be some bugs or limitations. We encourage users to report any issues or request new features on the GitHub Issues page. Your feedback and contributions are greatly appreciated as we continue to enhance omeify.

For installation instructions and usage details, please refer to the README file in the repository.

v0.1.0 - Initial Release: Basic OME-TIFF Conversion Functionality

19 Apr 12:31
Compare
Choose a tag to compare

We are excited to announce the initial release of omeify, v0.1.0! In this version, we are introducing basic OME-TIFF conversion functionality. This release lays the foundation for future development and improvements.

Features included in this release:

  • Conversion of QPTIFF H&E and mIF image input files to OME-TIFF format.
  • Construction of a deidentified OME xml image description that meets MITI consortium minimum recommendations.
  • Validation of the OME xml image description against the OME standard.
  • A functional Dockerfile.
  • Basic error handling and logging.

Please note that this is the first release, and there might be some bugs or limitations. We encourage users to report any issues or feature requests on the GitHub Issues page. We appreciate your feedback and contributions as we continue to improve omeify.

For installation instructions and usage details, please refer to the README file in the repository.