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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int
-
Field Details
-
UndefinedInterpolatePixel
static final int UndefinedInterpolatePixel- See Also:
-
AverageInterpolatePixel
static final int AverageInterpolatePixel- See Also:
-
Average9InterpolatePixel
static final int Average9InterpolatePixel- See Also:
-
Average16InterpolatePixel
static final int Average16InterpolatePixel- See Also:
-
BackgroundInterpolatePixel
static final int BackgroundInterpolatePixel- See Also:
-
BilinearInterpolatePixel
static final int BilinearInterpolatePixel- See Also:
-
BlendInterpolatePixel
static final int BlendInterpolatePixel- See Also:
-
CatromInterpolatePixel
static final int CatromInterpolatePixel- See Also:
-
IntegerInterpolatePixel
static final int IntegerInterpolatePixel- See Also:
-
MeshInterpolatePixel
static final int MeshInterpolatePixel- See Also:
-
NearestInterpolatePixel
static final int NearestInterpolatePixel- See Also:
-
SplineInterpolatePixel
static final int SplineInterpolatePixel- See Also:
-