Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.fileformats.ai | |
com.aspose.psd.fileformats.psd |
Modifier and Type | Method and Description |
---|---|
void |
RasterImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
abstract void |
Image.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
RasterCachedImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
Image.resizeHeightProportionally(int newHeight,
ImageResizeSettings settings)
Resizes the height proportionally.
|
void |
Image.resizeWidthProportionally(int newWidth,
ImageResizeSettings settings)
Resizes the width proportionally.
|
Modifier and Type | Method and Description |
---|---|
void |
AiImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.resizeHeightProportionally(int newHeight,
ImageResizeSettings settings)
Resizes the height proportionally.
|
void |
PsdImage.resizeWidthProportionally(int newWidth,
ImageResizeSettings settings)
Resizes the width proportionally.
|