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, #416 TIFFImageWriter
now copies most fields from the metadata to the output.
#398 Better exception message when BufferedImage
size > Integer.MAX_VALUE