Java图像处理类库 Java Image Filters
                 fmms
                 14年前
            
                    Java Image Filters 是由 Jhlabs 开发的一组用来处理 Java 图像的类库,提供各种常用的图像处理效果,例如反转色、扭曲、水波纹、凹凸、黑白效果等等数十种效果,如下图所示,更多的效果请看其网站首页:
 ChannelMixFilter - Mixes the RGB channels ChannelMixFilter - Mixes the RGB channels
 ContrastFilter - Adjusts brightness and contrast ContrastFilter - Adjusts brightness and contrast
 CurvesFilter - Apply adjustment curves to an image CurvesFilter - Apply adjustment curves to an image
 DiffusionFilter - Error-diffusion dithering DiffusionFilter - Error-diffusion dithering
 DitherFilter - Ordered dithering DitherFilter - Ordered dithering
 ExposureFilter - Change the exposure of an image ExposureFilter - Change the exposure of an image
 GainFilter - Adjusts gain and bias GainFilter - Adjusts gain and bias
 GammaFilter - Adjusts image gamma GammaFilter - Adjusts image gamma
 GrayFilter - Grays out an image GrayFilter - Grays out an image
 GrayscaleFilter - Converts to grayscale GrayscaleFilter - Converts to grayscale
 HSBAdjustFilter - Adjusts hue, saturation and brightness HSBAdjustFilter - Adjusts hue, saturation and brightness
 InvertAlphaFilter - Inverts the alpha channel InvertAlphaFilter - Inverts the alpha channel
 InvertFilter - Inverts image colors InvertFilter - Inverts image colors
 LevelsFilter - Adjust image levels LevelsFilter - Adjust image levels
 LookupFilter - Change image colors with a lookup table LookupFilter - Change image colors with a lookup table
 MapColorsFilter - Replace a color MapColorsFilter - Replace a color
 MaskFilter - Channel masking MaskFilter - Channel masking
 PosterizeFilter - Posterization PosterizeFilter - Posterization
 QuantizeFilter - Quantize an image to 256 colors for, say, GIF export QuantizeFilter - Quantize an image to 256 colors for, say, GIF export
 RescaleFilter - Multiplies colors by a scaling factor RescaleFilter - Multiplies colors by a scaling factor
 RGBAdjustFilter - Adjusts red, green and blue levels RGBAdjustFilter - Adjusts red, green and blue levels
 SolarizeFilter - Solarization SolarizeFilter - Solarization
 ThresholdFilter - Thresholding ThresholdFilter - Thresholding
 TritoneFilter - Create a tri-tone image TritoneFilter - Create a tri-tone image