Public API Changes in Aspose.Imaging 17.6
Contents
[
Hide
]
This document describes the changes made in Aspose.Imaging for Java 17.6 that may be of interest to module/application developers. It includes new and updated public properties, methods, added APIs, but also a description of any changes in the behavior behind the scenes in Aspose.Imaging.
Please see corresponding cumulative API changes in Aspose.Imaging for .Net 17.6.
Java specific
Added APIs:
Method StreamSource.StreamSource.#ctor Method StreamSource.#ctor(java.io.RandomAccessFile.RandomAccessFile file) Method DataStreamSupporter.save(java.io.RandomAccessFile file) Method Image.load(java.io.RandomAccessFile file) Method Image.load(java.io.RandomAccessFile file, LoadOptions loadOptions) Method Image.save(java.io.RandomAccessFile file, ImageOptionBase options) Method Image.save(java.io.RandomAccessFile file, ImageOptionBase options, Rectangle boundsRectangle)
Deleted APIs:
Nothing.