Package net.coobird.thumbnailator.filters
This package provides classes which perform filtering operations on images,
such as adding watermark, text captions, and color tints.
-
Interface Summary Interface Description ImageFilter This interface is to be implemented by classes which performs an image filtering operation on aBufferedImage. -
Class Summary Class Description Canvas AnImageFilterwhich will enclose an image into a specified enclosing image.Caption AnImageFilterwhich will overlay a text caption to an image.Colorize An image filter which will add a color tint to an image.Flip A class containing flip transformation filters.Pipeline AnImageFilterwhich will apply multipleImageFilters in a specific order.Rotation A class containing rotation filters.Rotation.Rotator AnImageFilterwhich applies a rotation to an image.SwapDimensions This is a no-op filter that acts as a "flag" to enable proper handling of dimensions for images that will be oriented by using Exif metadata.Transparency An image filter which will make an image transparent.Watermark This class applies a watermark to an image.