| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- version 3.2
* Support windowing when rendering grayscale images using on-the-fly deep zoom
* Added tolerance to imaged volume width/height by looking only at the finest level
* Added support for more transfer syntaxes in the Web viewer plugin, including JPEG-LS
* Added support for JPEG-LS in OrthancWSIDicomizer with argument "--compression=jpeg-ls"
* Fix photometric interpretation of JPEG2000 images generated by OrthancWSIDicomizer
(now set to RGB instead of YBR_FULL_422)
- version 3.1
* Upgraded to OpenLayers 10.4.0 (was previously 3.19.0)
* The viewer now displays the scale if imaged volume size is available in DICOM
* Fix handling of "Image Type" in the viewer for compatibility with other vendors
* OrthancWSIDicomizer does not fill anymore the imaged volume width/height
tags if no information is available
* OrthancWSIDicomizer detects imaged volume size for Aperio files without OpenSlide
- version 3.0 * Minimum SDK version: 1.7.0 * On-the-fly creation of pyramids from frames of DICOM instances
- version 0.7 * Improved consistency when transcoding/re-encoding is applied * Support of grayscale images * Fix issue #139 (OrthancWSIDicomizer PixelSpacing) * Fix issue #144 (OrthancWSIDicomizer PhotometricInterpretation) * Fix issue #163 (Failure to recognize MIRAX / 3DHISTECH images) * Upgrade to Orthanc framework 1.7.0
- orthanc 1.6.0 breaks build of this plugin. inclusion of Orthanc 1.5.2 source and adaption of build options wsi.json removed (plugin definition moved to Configuration.json)
- version 0.6 Initial build on OBS
- version 2.0
* Support of IIIF
* Automated extraction of the imaged volume if using OpenSlide
* URI "/wsi/tiles/{id}/{z}/{x}/{y}" supports the "Accept" HTTP header
to force JPEG, JPEG2k, or PNG in the decoded tiles
* openjpeg.diff removed
- openjpeg.diff added for new jpeg 2.5
- Version 1.1 * OrthancWSIDicomizer: Support importing of images from Cytomine * orthanc193.diff removed (included in source)
- orthanc193.diff added (boo#1186112)
- Version 1.0 * orthanc-framework package removed * Viewer can display DICOM pyramids whose tile sizes vary across levels * Allow images without "Per frame functional groups sequence" tag (0x5200,0x9230) * Better handling of PhotometricInterpretation in viewer * Fix colorspace of TIFF containing JPEG with RGB photometric interpretation (not YCbCr) * Don't display the thumbnail/overview instances in the Web viewer * Fix issue #145 (support of Concatenation UID) * Support of dynamic linking against the system-wide Orthanc framework library * Upgraded dependencies for static builds (notably on Windows): - libtiff, from 4.0.6 to 4.2.0 - openjpeg, from 2.1 to 2.4.0
- switch to orthanc-framework (static orthanc version)
- Version 2.1
* Support of sparse encoding of tiles in OpenSlide (notably for MIRAX format)
* OrthancWSIDicomizer supports plain TIFF, besides hierarchical TIFF
* New option: "--force-openslide" to force the use of OpenSlide on TIFF-like files
* New option: "--padding" to control deep zoom of plain PNG/JPEG/TIFF images over IIIF
* Added support for DICOM tag "Recommended Absent Pixel CIELab" (0048,0015)
* Force version of Mirador to 3.3.0
* In the IIIF manifest, reverse the order of the "sizes" field, which
seems to fix compatibility with Mirador v4.0.0-alpha