Skip to content

v0.2.0

Compare
Choose a tag to compare
@hackermd hackermd released this 10 Aug 17:27
· 151 commits to master since this release

New features

  • Support for multiplexed immunofluorescence slide microscopy imaging (#41 and #47)
  • Client-side additive blending of multiple channels using WebGL (#41)
  • Client-side decoding of compressed frame items using WebAssembly based on Emscripten ports of libjpeg-turbo, openjpeg, and charls C/C++ libraries (#41)

Improvements

  • Continuous integration testing pipeline using circle CI (#45)
  • Deploy previews for manual regression testing (#34)

Major changes

  • Introduce new configuration parameter renderer. To get the behavior of the previous version add the following to the configuration file:
     renderer: { retrieveRendered: false }