TwelveMonkeys v3.5 Release Notes

Release Date: 2020-01-24 // over 4 years ago
  • ๐Ÿš€ TwelveMonkeys ImageIO 3.5 release notes

    ๐Ÿš€ The TwelveMonkeys ImageIO version 3.5 is ready for release.

    Thanks to everyone who has committed code, patches, filed bug reports or otherwise contributed to the development of this version!

    What's new?

    ๐Ÿ‘Œ Support for writing Adobe Photoshop clipping path embedded in JPEG and TIFF formats, through the Paths API (#490).

    ๐Ÿ‘ Also worth mentioning is we now have basic write support for the Truevision TGA format (#379), as well as basic write support for Apple Icon (ICNS) and MS Window Icon (ICO) icon formats (#83 and #82 respectively).

    ๐Ÿš€ The following bugs/issues are fixed in this release:

    ๐Ÿ›  #514 Fixes invalid StripByteCounts in large TIFF files, due to integer overflow.
    #455 TIFF PhotometricInterpretation is no longer inverted for WhiteIsZero when ICC profile is present.
    ๐Ÿ›  #438 Fixed a resource leak in CompoundDocument when reading from File or InputStream inputs.
    #437 Fix for Could not initialize class com.twelvemonkeys.imageio.color.ColorSpaces.
    ๐Ÿ“‡ #412, #416TIFFImageWriter now copies most fields from the metadata to the output.
    ๐Ÿ‘ป #398 Better exception message when BufferedImage size > Integer.MAX_VALUE