Class and Description |
---|
com.aspose.imaging.imageloadoptions.MetafileLoadOptions
Will be removed in followed releases
|
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.
|
Method and Description |
---|
com.aspose.imaging.CmykColor.fromParams(int, int, int, int)
use instead CmykColorHelper#fromComponents(int, int, int, int)
|
com.aspose.imaging.imageoptions.TiffOptions.getDefaultMemoryAllocationLimit()
Use com.aspose.imaging.Image.getBufferSizeHint, com.aspose.imaging.ImageOptionsBase.getBufferSizeHint or com.aspose.imaging.LoadOptions.getBufferSizeHint instead.
|
com.aspose.imaging.imageoptions.JpegOptions.getDefaultMemoryAllocationLimit()
Use com.aspose.imaging.Image.getBufferSizeHint(), com.aspose.imaging.ImageOptionsBase.getBufferSizeHint() or com.aspose.imaging.LoadOptions.getBufferSizeHint() instead.
|
com.aspose.imaging.brushes.PathGradientBrush.getInterpolationColors() |
com.aspose.imaging.brushes.LinearGradientBrush.getInterpolationColors() |
com.aspose.imaging.brushes.LinearGradientBrush.getLinearColors() |
com.aspose.imaging.imageloadoptions.PngLoadOptions.getStrictMode()
This redundant property should be replaced with an expression: "LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover".
|
com.aspose.imaging.RasterImage.loadCmykPixels(Rectangle)
use instead loadCmyk32Pixels(Rectangle)
|
com.aspose.imaging.RasterImage.saveCmykPixels(Rectangle, CmykColor[])
use instead saveCmyk32Pixels(Rectangle, int[])
|
com.aspose.imaging.imageoptions.TiffOptions.setDefaultMemoryAllocationLimit(int)
Use com.aspose.imaging.Image.setBufferSizeHint, com.aspose.imaging.ImageOptionsBase.setBufferSizeHint or com.aspose.imaging.LoadOptions.setBufferSizeHint instead.
|
com.aspose.imaging.imageoptions.JpegOptions.setDefaultMemoryAllocationLimit(int)
Use com.aspose.imaging.Image.setBufferSizeHint(int), com.aspose.imaging.ImageOptionsBase.setBufferSizeHint(int) or com.aspose.imaging.LoadOptions.setBufferSizeHint(int) instead.
|
com.aspose.imaging.brushes.PathGradientBrush.setInterpolationColors(ColorBlend) |
com.aspose.imaging.brushes.LinearGradientBrush.setInterpolationColors(ColorBlend) |
com.aspose.imaging.brushes.LinearGradientBrush.setLinearColors(Color[]) |
com.aspose.imaging.imageloadoptions.PngLoadOptions.setStrictMode(boolean)
This redundant property should be replaced with an expression: "LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover".
|
com.aspose.imaging.CmykColor.toArgb32(CmykColor[])
use instead CmykColorHelper#toArgb32(int[])
|
com.aspose.imaging.Color.toCmyk(Color)
use instead CmykColorHelper#toCmyk(Color)
|
com.aspose.imaging.Color.toCmyk(Color[])
use instead CmykColorHelper#toCmyk(Color[])
|
com.aspose.imaging.CmykColor.toCmyk(int)
use instead CmykColorHelper#toCmyk(int)
|
com.aspose.imaging.CmykColor.toCmyk(int[])
use instead CmykColorHelper#toCmyk(int[])
|
com.aspose.imaging.Color.toCmykIcc(Color)
use instead CmykColorHelper#toCmykIcc(Color)
|
com.aspose.imaging.Color.toCmykIcc(Color[])
use instead CmykColorHelper#toCmykIcc(Color[])
|
com.aspose.imaging.Color.toCmykIcc(Color[], InputStream, InputStream)
use instead CmykColorHelper.toCmykIcc(Color[], InputStream, InputStream)
|
com.aspose.imaging.Color.toCmykIcc(Color, InputStream, InputStream)
use instead CmykColorHelper.toCmykIcc(Color, InputStream, InputStream)
|
com.aspose.imaging.CmykColor.toColor(CmykColor)
use instead CmykColorHelper#toArgb(int)
|
com.aspose.imaging.CmykColor.toColor(CmykColor[])
use instead CmykColorHelper#toArgb(int[])
|
com.aspose.imaging.CmykColor.toColorIcc(CmykColor)
use instead CmykColorHelper#toArgbIcc(int)}
|
com.aspose.imaging.CmykColor.toColorIcc(CmykColor[])
use instead CmykColorHelper#toArgbIcc(int[])
|
com.aspose.imaging.CmykColor.toColorIcc(CmykColor[], InputStream, InputStream)
use instead CmykColorHelper#toArgbIcc(int[], InputStream, InputStream)
|
com.aspose.imaging.CmykColor.toColorIcc(CmykColor, InputStream, InputStream)
use instead CmykColorHelper#toArgbIcc(int, InputStream, InputStream)
|
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.StreamSource(RandomAccessFile) or StreamSource.StreamSource(byte[]) or StreamSource.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.StreamSource(RandomAccessFile,boolean) |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.