| Package | Description |
|---|---|
| com.aspose.ocr |
| Modifier and Type | Method and Description |
|---|---|
static InterpolationFilterType |
InterpolationFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationFilterType[] |
InterpolationFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PreprocessingFilter |
PreprocessingFilter.Resize(int width,
int height,
InterpolationFilterType type)
Rescale image - upscale or downscale image resolution.
|
static PreprocessingFilter |
PreprocessingFilter.Scale(float ratio,
InterpolationFilterType type)
Rescale image - Upscale or downscale image resolution.
|
Copyright © 2025 Aspose. All rights reserved.