Class and Description |
---|
com.aspose.imaging.CurrentThreadSettings
Please use
LocaleOptions instead of CurrentThreadSettings. |
com.aspose.imaging.imageoptions.MetafileRasterizationOptions
This class will be removed in next versions. Please use concrete realization, for example OdgRasterizationOptions, SvgRasterizationOptions, CdrRasterizationOptions, CmxRasterizationOptions
|
com.aspose.imaging.imageloadoptions.PngLoadOptions
Should be replaced with base "LoadOptions" class because it contains ony one obsolete "StrictMode" property.
|
Constructor and Description |
---|
com.aspose.imaging.sources.StreamSource(InputStream)
Will be removed for it is not possible to write image into InputStream, so it is simply wasted. Instead please use
StreamSource(RandomAccessFile) or StreamSource(byte[]) or StreamSource(ByteBuffer) } |
com.aspose.imaging.sources.StreamSource(InputStream, boolean)
Will be removed for it is not possible to write image into InputStream, so it is simply wasted. Instead please use
StreamSource(RandomAccessFile,boolean) |
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.