Uses of Class
org.jmage.filter.ConfigurableImageFilter

Packages that use ConfigurableImageFilter
org.jmage.filter   
org.jmage.filter.color   
org.jmage.filter.merge   
org.jmage.filter.size   
org.jmage.filterchain   
 

Uses of ConfigurableImageFilter in org.jmage.filter
 

Subclasses of ConfigurableImageFilter in org.jmage.filter
 class NoOpFilter
          No Operation Filter for debugging purposes.
 class TwinResourceImageFilter
          TwinResourceImageFilter introduces a second image into the filter, used as an additional resource for filter operations.
 

Uses of ConfigurableImageFilter in org.jmage.filter.color
 

Subclasses of ConfigurableImageFilter in org.jmage.filter.color
 class BrightenFilter
          Brightens an RGB Image by a certain percentage.
 class ColorizeFilter
          Colorizes an existing RGB colored image with a specified color.
 class DarkenFilter
          Darkens an image by a certain percentage.
 class RGB2GreyScaleConverterFilter
          GreyscaleFilter turns triband RGB images into a single band grey scale image by measuring the luminance of each band using the standard ntsc conversion formula
luminance = 0.2989*red + 0.5870*green + 0.1140*blue.
 

Uses of ConfigurableImageFilter in org.jmage.filter.merge
 

Subclasses of ConfigurableImageFilter in org.jmage.filter.merge
 class BackgroundImageFilter
          Puts the image on a configured background image.
 class ImageOverlayFilter
          Overlays the image with another image.
 class TextOverlayFilter
          Overlays the image with a String.
 

Uses of ConfigurableImageFilter in org.jmage.filter.size
 

Subclasses of ConfigurableImageFilter in org.jmage.filter.size
 class BicubicResizeFilter
          Image resizing filter, using a high quality Bicubic resize algorithm.
 class BorderExtenderFilter
          BorderExtenderFilter extends the edges around an Image.
 class CropFilter
          CropFilter cuts off pixels and crops an image.
 class ExtendingRotationFilter
          ExtendingRotationFilter rotates images clockwise around the center axis.
 class NonExtendingRotationFilter
          NonExtendingRotationFilter rotates images clockwise around the center axis.
 class SmartResizeFilter
          SmartResizeFilter tries to do some intelligent cropping and resizing while maintaining the image's original pixel aspect ratio.
 

Uses of ConfigurableImageFilter in org.jmage.filterchain
 

Methods in org.jmage.filterchain with parameters of type ConfigurableImageFilter
 void FilterChain.addFilter(ConfigurableImageFilter filter, java.util.Properties filterProperties)
          Add a filter to the FilterChain's end.
 void FilterChain.addFilter(ConfigurableImageFilter filter, java.util.Properties filterProperties, int position)
          Add a filter to the FilterChain at the given position.
 



Copyright © 2004-2008 Sourceforge. All Rights Reserved.