| Package | Description |
|---|---|
| com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
| com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
| com.aspose.imaging.fileformats.djvu |
The package contains djvu classes
|
| com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
| com.aspose.imaging.fileformats.gif.blocks |
The package contains Gif file format entities.
|
| com.aspose.imaging.fileformats.tga |
The package handles Tga file format processing.
|
| com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
| com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
void |
RasterCachedImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
VectorMultipageImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
VectorImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
void |
RasterCachedMultipageImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
abstract void |
Image.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 |
DicomImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Adjust the size of your image with this simple resizing method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DjvuImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resize the image to the specified width and height while applying additional settings
as needed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GifImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes this
Image instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
GifFrameBlock.resize(int newWidth,
int newHeight,
ImageResizeSettings imageResizeSettings)
Resizes this
RasterCachedImage instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
TgaImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resize the image while applying specific settings to maintain the desired
dimensions and aspect ratio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Adjust the size of the image based on specified settings, allowing for precise
control over dimensions, aspect ratio, and scaling behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebPImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resize the image according to specified settings, enabling precise control over
dimensions, aspect ratio, and scaling behavior.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.