Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.fileformats.ai | |
com.aspose.psd.fileformats.psd |
Modifier and Type | Method and Description |
---|---|
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 |
RasterImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
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.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.