Link

Release September 2020

Version 2020.09: 25th September 2020

Next release date: 30th October 2020

Key features at a glance

  • Complete 100% Java Heic Decoder with support for clipping, tilling, grid, mirroring and rotation
  • Dicom decoder now using a fifth of memory it previously used and speeds increased by 25%
  • New conversion options for EMF and WMF to SVG.
  • General bug fixes

Enhancements

  • [JDEL-377] - Add new EMFtoSVG converter method EmfDecoder.toSVG(final InputStream emfInputStream, final OutputStream svgOutputStream)
    add a toSVG method to EMF that takes InputStream and OutputStream as parameters
  • [JDEL-378] - Add new WMFtoSVG converter method WmfDecoder.toSVG(final InputStream wmfInputStream, final OutputStream svgOutputStream)
    add a toSVG method to WMF that takes InputStream and OutputStream as parameters
  • [JDEL-389] - add support for tilling and grid in heic decoder
  • [JDEL-390] - add support for mirroring in heic decoder
  • [JDEL-391] - add rotation support in heic decoder
  • [JDEL-168] - Add Heif support
    Add Heic decoder
  • [JDEL-379] - Dicom decoder rewritten to use a fifth of memory previously and increase speed by 25 percent

  • Fixes

  • [JDEL-323] - JPEG not identified as JPEG and does not open
    fix not JPEG file being identified as JPEG and not opening in browser
  • [JDEL-335] - Issue with multi-image Dicom file not showing all images
    fix Dicom frame issue
  • [JDEL-385] - Fix Tiff encoding producing pink tinted images
    Fix component order for Tiff encoder of ARGB images