Uses of Class
com.jhlabs.image.AbstractBufferedImageOp

Packages that use AbstractBufferedImageOp
com.jhlabs.image   
 

Uses of AbstractBufferedImageOp in com.jhlabs.image
 

Subclasses of AbstractBufferedImageOp in com.jhlabs.image
 class ApplyMaskFilter
          A filter which uses the alpha channel of a "mask" image to interpolate between a source and destination image.
 class AverageFilter
          A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
 class BicubicScaleFilter
          Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.
 class BinaryFilter
          The superclass for some of the filters which work on binary images.
 class BlockFilter
          A Filter to pixellate images.
 class BlurFilter
          A simple blur filter.
 class BorderFilter
          A filter to add a border around an image using the supplied Paint, which may be null for no painting.
 class BoxBlurFilter
          A filter which performs a box blur on an image.
 class BumpFilter
          A simple embossing filter.
 class CausticsFilter
          A filter which simulates underwater caustics.
 class CellularFilter
          A filter which produces an image with a cellular texture.
 class ChannelMixFilter
          A filter which allows the red, green and blue channels of an image to be mixed into each other.
 class CheckFilter
          A Filter to draw grids and check patterns.
 class ChromaKeyFilter
          A filter which can be used to produce wipes by transferring the luma of a Destination image into the alpha channel of the source.
 class ChromeFilter
          A filter which simulates chrome.
 class CircleFilter
          A filter which wraps an image around a circular arc.
 class ColorHalftoneFilter
          A Filter to pixellate images.
 class CompositeFilter
          A filter which composites two images together with an optional transform.
 class CompoundFilter
          A BufferedImageOp which combines two other BufferedImageOps, one after the other.
 class ContourFilter
          A filter which draws contours on an image at given brightness levels.
 class ContrastFilter
          A filter to change the brightness and contrast of an image.
 class ConvolveFilter
          A filter which applies a convolution kernel to an image.
 class CropFilter
          A filter which crops an image to a given rectangle.
 class CrystallizeFilter
          A filter which applies a crystallizing effect to an image, by producing Voronoi cells filled with colours from the image.
 class CurlFilter
          A page curl effect.
 class CurvesFilter
           
 class DeinterlaceFilter
          A filter for de-interlacing video frames.
 class DespeckleFilter
          A filter which removes noise from an image using a "pepper and salt" algorithm.
 class DiffuseFilter
          This filter diffuses an image by moving its pixels in random directions.
 class DiffusionFilter
          A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
 class DilateFilter
          Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
 class DisplaceFilter
          A filter which simulates the appearance of looking through glass.
 class DissolveFilter
          A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
 class DitherFilter
          A filter which performs ordered dithering on an image.
 class DoGFilter
          Edge detection by difference of Gaussians.
 class EdgeFilter
          An edge-detection filter.
 class EmbossFilter
          A class to emboss an image.
 class EqualizeFilter
          A filter to perform auto-equalization on an image.
 class ErodeAlphaFilter
           
 class ErodeFilter
          Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
 class ExposureFilter
          A filter which changes the exposure of an image.
 class FadeFilter
           
 class FBMFilter
          A filter which produces textures from fractal Brownian motion.
 class FeedbackFilter
          A filter which priduces a video feedback effect by repeated transformations.
 class FieldWarpFilter
          A class which warps an image using a field Warp algorithm.
 class FillFilter
          A filter which fills an image with a given color.
 class FlareFilter
          An experimental filter for rendering lens flares.
 class FlipFilter
          A filter which flips images or rotates by multiples of 90 degrees.
 class Flush3DFilter
          This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
 class FourColorFilter
          A filter which draws a gradient interpolated between four colors defined at the corners of the image.
 class GainFilter
          A filter which changes the gain and bias of an image - similar to ContrastFilter.
 class GammaFilter
          A filter for changing the gamma of an image.
 class GaussianFilter
          A filter which applies Gaussian blur to an image.
 class GlintFilter
          A filter which renders "glints" on bright parts of the image.
 class GlowFilter
          A filter which adds Gaussian blur to an image, producing a glowing effect.
 class GradientFilter
          A filter which draws a coloured gradient.
 class GradientWipeFilter
          A filter which can be used to produce wipes by transferring the luma of a mask image into the alpha channel of the source.
 class GrayFilter
          A filter which 'grays out' an image by averaging each pixel with white.
 class GrayscaleFilter
          A filter which converts an image to grayscale using the NTSC brightness calculation.
 class HalftoneFilter
          A filter which uses a another image as a ask to produce a halftoning effect.
 class HighPassFilter
          A filter which adds Gaussian blur to an image, producing a glowing effect.
 class HSBAdjustFilter
           
 class InterpolateFilter
          A filter which interpolates betwen two images.
 class InvertAlphaFilter
          A Filter to invert the alpha channel of an image.
 class InvertFilter
          A filter which inverts the RGB channels of an image.
 class IteratedFilter
          A BufferedImageOp which iterates another BufferedImageOp.
 class JavaLnFFilter
          A filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.
 class KaleidoscopeFilter
          A Filter which produces the effect of looking into a kaleidoscope.
 class KeyFilter
          An experimental filter which can be used for keying against a clean shot.
 class LaplaceFilter
          Edge detection via the Laplacian operator.
 class LensBlurFilter
          A filter which use FFTs to simulate lens blur on an image.
 class LevelsFilter
          A filter which allows levels adjustment on an image.
 class LifeFilter
          A filter which performs one round of the game of Life on an image.
 class LightFilter
          A filter which produces lighting and embossing effects.
 class LookupFilter
          A filter which uses the brightness of each pixel to lookup a color from a colormap.
 class MapColorsFilter
          A filter which replaces one color by another in an image.
 class MapFilter
           
 class MarbleFilter
          This filter applies a marbling effect to an image, displacing pixels by random amounts.
 class MarbleTexFilter
           
 class MaskFilter
          Applies a bit mask to each ARGB pixel of an image.
 class MaximumFilter
          A filter which replcaes each pixel by the maximum of itself and its eight neightbours.
 class MedianFilter
          A filter which performs a 3x3 median operation.
 class MinimumFilter
          A filter which replcaes each pixel by the mimimum of itself and its eight neightbours.
 class MirrorFilter
           
 class MotionBlurFilter
          A filter which produces motion blur the slow, but higher-quality way.
 class MotionBlurOp
          A filter which produces motion blur the faster, but lower-quality way.
 class NoiseFilter
          A filter which adds random noise into an image.
 class OffsetFilter
           
 class OilFilter
          A filter which produces a "oil-painting" effect.
 class OpacityFilter
          Sets the opacity (alpha) of every pixel in an image to a constant value.
 class OutlineFilter
          Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
 class PerspectiveFilter
          A filter which performs a perspective distortion on an image.
 class PinchFilter
          A filter which performs the popular whirl-and-pinch distortion effect.
 class PlasmaFilter
           
 class PointFilter
          An abstract superclass for point filters.
 class PointillizeFilter
           
 class PolarFilter
          A filter which distorts and image by performing coordinate conversions between rectangular and polar coordinates.
 class PosterizeFilter
          A filter to posterize an image.
 class PremultiplyFilter
          A filter which premultiplies an image's alpha.
 class QuantizeFilter
          A filter which quantizes an image to a set number of colors - useful for producing images which are to be encoded using an index color model.
 class QuiltFilter
           
 class RaysFilter
          A filter which produces the effect of light rays shining out of an image.
 class ReduceNoiseFilter
          A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum, replacing it by the next minimum or maximum of the neighbours.
 class RenderTextFilter
          A filter which renders text onto an image.
 class RescaleFilter
          A filter which simply multiplies pixel values by a given scale factor.
 class RGBAdjustFilter
           
 class RippleFilter
          A filter which distorts an image by rippling it in the X or Y directions.
 class RotateFilter
          A filter which rotates an image.
 class SaturationFilter
          A filter to change the saturation of an image.
 class ScaleFilter
          Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
 class ScratchFilter
           
 class ShadeFilter
           
 class ShadowFilter
          A filter which draws a drop shadow based on the alpha channel of the image.
 class ShapeFilter
           
 class SharpenFilter
          A filter which performs a simple 3x3 sharpening operation.
 class ShatterFilter
           
 class ShearFilter
           
 class ShineFilter
           
 class SkeletonFilter
          A filter which reduces a binary image to a skeleton.
 class SkyFilter
           
 class SmartBlurFilter
          A filter which performs a "smart blur".
 class SmearFilter
           
 class SolarizeFilter
          A filter which solarizes an image.
 class SparkleFilter
           
 class SphereFilter
          A filter which simulates a lens placed over an image.
 class StampFilter
          A filter which produces a rubber-stamp type of effect by performing a thresholded blur.
 class SwimFilter
          A filter which distorts an image as if it were underwater.
 class SwizzleFilter
          A filter which allows channels to be swapped.
 class TextureFilter
           
 class ThresholdFilter
          A filter which performs a threshold operation on an image.
 class TileImageFilter
          A filter which tiles an image into a lerger one.
 class TransferFilter
           
 class TransformFilter
          An abstract superclass for filters which distort images in some way.
 class TransitionFilter
          A filter which uses another filter to perform a transition.
 class TritoneFilter
          A filter which performs a tritone conversion on an image.
 class TwirlFilter
          A Filter which distorts an image by twisting it from the centre out.
 class UnpremultiplyFilter
          A filter which unpremultiplies an image's alpha.
 class UnsharpFilter
          A filter which subtracts Gaussian blur from an image, sharpening it.
 class VariableBlurFilter
          A filter which performs a box blur with a different blur radius at each pixel.
 class WarpFilter
          A filter for warping images using the gridwarp algorithm.
 class WaterFilter
          A filter which produces a water ripple distortion.
 class WeaveFilter
           
 class WholeImageFilter
          A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
 class WoodFilter
          A filter which produces a simulated wood texture.