Package magick
Interface InterpolatePixelMethod
-
public interface InterpolatePixelMethod
Corresponds to ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/pixel.h
-
-
Field Summary
Fields Modifier and Type Field Description static int
Average16InterpolatePixel
static int
Average9InterpolatePixel
static int
AverageInterpolatePixel
static int
BackgroundInterpolatePixel
static int
BilinearInterpolatePixel
static int
BlendInterpolatePixel
static int
CatromInterpolatePixel
static int
IntegerInterpolatePixel
static int
MeshInterpolatePixel
static int
NearestInterpolatePixel
static int
SplineInterpolatePixel
static int
UndefinedInterpolatePixel
-
-
-
Field Detail
-
UndefinedInterpolatePixel
static final int UndefinedInterpolatePixel
- See Also:
- Constant Field Values
-
AverageInterpolatePixel
static final int AverageInterpolatePixel
- See Also:
- Constant Field Values
-
Average9InterpolatePixel
static final int Average9InterpolatePixel
- See Also:
- Constant Field Values
-
Average16InterpolatePixel
static final int Average16InterpolatePixel
- See Also:
- Constant Field Values
-
BackgroundInterpolatePixel
static final int BackgroundInterpolatePixel
- See Also:
- Constant Field Values
-
BilinearInterpolatePixel
static final int BilinearInterpolatePixel
- See Also:
- Constant Field Values
-
BlendInterpolatePixel
static final int BlendInterpolatePixel
- See Also:
- Constant Field Values
-
CatromInterpolatePixel
static final int CatromInterpolatePixel
- See Also:
- Constant Field Values
-
IntegerInterpolatePixel
static final int IntegerInterpolatePixel
- See Also:
- Constant Field Values
-
MeshInterpolatePixel
static final int MeshInterpolatePixel
- See Also:
- Constant Field Values
-
NearestInterpolatePixel
static final int NearestInterpolatePixel
- See Also:
- Constant Field Values
-
SplineInterpolatePixel
static final int SplineInterpolatePixel
- See Also:
- Constant Field Values
-
-