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.cdr |
The namespace handles Cdr file format processing.
|
com.aspose.imaging.fileformats.cmx |
The namespace handles Tiff file format 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.emf |
The package contains types [MS-EMF], [MS-EMFPLUS]
|
com.aspose.imaging.fileformats.eps |
The namespace contains EPS format type
|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
com.aspose.imaging.fileformats.opendocument |
The Open document graphic objects
|
com.aspose.imaging.fileformats.svg |
The package handles SVG 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.
|
com.aspose.imaging.fileformats.wmf |
The package handles WMF 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 |
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 |
CdrImagePage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
CdrImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
CmxImagePage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
CmxImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
DjvuImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
EpsImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
OdImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
OdgImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
SvgImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
WebPImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.