Package magick
Interface PreviewType
-
public interface PreviewType
Corresponds to the ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/effect.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static int
AddNoisePreview
static int
BlurPreview
static int
BrightnessPreview
static int
CharcoalDrawingPreview
static int
DespecklePreview
static int
DullPreview
static int
EdgeDetectPreview
static int
GammaPreview
static int
GrayscalePreview
static int
HuePreview
static int
ImplodePreview
static int
JPEGPreview
static int
OilPaintPreview
static int
QuantizePreview
static int
RaisePreview
static int
ReduceNoisePreview
static int
RollPreview
static int
RotatePreview
static int
SaturationPreview
static int
SegmentPreview
static int
ShadePreview
static int
SharpenPreview
static int
ShearPreview
static int
SolarizePreview
static int
SpiffPreview
static int
SpreadPreview
static int
SwirlPreview
static int
ThresholdPreview
static int
UndefinedPreview
static int
WavePreview
-
-
-
Field Detail
-
UndefinedPreview
static final int UndefinedPreview
- See Also:
- Constant Field Values
-
RotatePreview
static final int RotatePreview
- See Also:
- Constant Field Values
-
ShearPreview
static final int ShearPreview
- See Also:
- Constant Field Values
-
RollPreview
static final int RollPreview
- See Also:
- Constant Field Values
-
HuePreview
static final int HuePreview
- See Also:
- Constant Field Values
-
SaturationPreview
static final int SaturationPreview
- See Also:
- Constant Field Values
-
BrightnessPreview
static final int BrightnessPreview
- See Also:
- Constant Field Values
-
GammaPreview
static final int GammaPreview
- See Also:
- Constant Field Values
-
SpiffPreview
static final int SpiffPreview
- See Also:
- Constant Field Values
-
DullPreview
static final int DullPreview
- See Also:
- Constant Field Values
-
GrayscalePreview
static final int GrayscalePreview
- See Also:
- Constant Field Values
-
QuantizePreview
static final int QuantizePreview
- See Also:
- Constant Field Values
-
DespecklePreview
static final int DespecklePreview
- See Also:
- Constant Field Values
-
ReduceNoisePreview
static final int ReduceNoisePreview
- See Also:
- Constant Field Values
-
AddNoisePreview
static final int AddNoisePreview
- See Also:
- Constant Field Values
-
SharpenPreview
static final int SharpenPreview
- See Also:
- Constant Field Values
-
BlurPreview
static final int BlurPreview
- See Also:
- Constant Field Values
-
ThresholdPreview
static final int ThresholdPreview
- See Also:
- Constant Field Values
-
EdgeDetectPreview
static final int EdgeDetectPreview
- See Also:
- Constant Field Values
-
SpreadPreview
static final int SpreadPreview
- See Also:
- Constant Field Values
-
SolarizePreview
static final int SolarizePreview
- See Also:
- Constant Field Values
-
ShadePreview
static final int ShadePreview
- See Also:
- Constant Field Values
-
RaisePreview
static final int RaisePreview
- See Also:
- Constant Field Values
-
SegmentPreview
static final int SegmentPreview
- See Also:
- Constant Field Values
-
SwirlPreview
static final int SwirlPreview
- See Also:
- Constant Field Values
-
ImplodePreview
static final int ImplodePreview
- See Also:
- Constant Field Values
-
WavePreview
static final int WavePreview
- See Also:
- Constant Field Values
-
OilPaintPreview
static final int OilPaintPreview
- See Also:
- Constant Field Values
-
CharcoalDrawingPreview
static final int CharcoalDrawingPreview
- See Also:
- Constant Field Values
-
JPEGPreview
static final int JPEGPreview
- See Also:
- Constant Field Values
-
-