Package org.jdesktop.swingx.image
package org.jdesktop.swingx.image
Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.
-
ClassesClassDescriptionProvides an abstract implementation of the
BufferedImageOpinterface.A color tint filter can be used to mix a solid color to an image.A fast blur filter can be used to blur pictures quickly.A Gaussian blur filter, also known as Gaussian smoothingProvides an abstract implementation of theBufferedImageOpinterface.A stack blur filter can be used to create an approximation of a Gaussian blur.