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.emf |
The package contains types [MS-EMF], [MS-EMFPLUS]
|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
com.aspose.imaging.fileformats.metafile |
The package contains classes for old engine of Windows Metafile file format integration.
|
com.aspose.imaging.fileformats.opendocument |
The Open document graphic objects
|
com.aspose.imaging.fileformats.psd |
The package handles Psd file format processing.
|
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 |
---|---|
abstract void |
Image.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 |
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 |
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 with extended options.
|
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 |
GifImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
MultiPageImage.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.
|
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-2018 Aspose Pty Ltd. All Rights Reserved.