Package magick
Interface InterpolatePixelMethod
-
public interface InterpolatePixelMethodCorresponds 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 intAverage16InterpolatePixelstatic intAverage9InterpolatePixelstatic intAverageInterpolatePixelstatic intBackgroundInterpolatePixelstatic intBilinearInterpolatePixelstatic intBlendInterpolatePixelstatic intCatromInterpolatePixelstatic intIntegerInterpolatePixelstatic intMeshInterpolatePixelstatic intNearestInterpolatePixelstatic intSplineInterpolatePixelstatic intUndefinedInterpolatePixel
-
-
-
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
-
-