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.psd |
The package handles Psd 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.imagefilters.filteroptions |
The package handles filter options.
|
Modifier and Type | Method and Description |
---|---|
void |
RasterImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
void |
RasterCachedMultipageImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
DjvuImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
WebPImage.filter(Rectangle rectangle,
FilterOptionsBase options)
Filters the specified rectangle.
|
Modifier and Type | Class and Description |
---|---|
class |
BigRectangularFilterOptions
Big Rectangular Filter Options
|
class |
BilateralSmoothingFilterOptions
The Bilateral Smoothing Filter Options.
|
class |
ConvolutionFilterOptions
The convolution filter.
|
class |
DeconvolutionFilterOptions
Deconvolution Filter Options, abstract class
|
class |
GaussianBlurFilterOptions
The Gaussian blur
|
class |
GaussWienerFilterOptions
Gauss Wiener Filter Options
Deblur gauss
|
class |
MedianFilterOptions
Median filter
|
class |
MotionWienerFilterOptions
Deconvolution filter options
deblur motion
|
class |
SharpenFilterOptions
The Sharpen filter options
|
class |
SmallRectangularFilterOptions
Small rectangular filter options
|