Package com.octo.captcha.component.image.deformation

Image deformation stuff package.

See:
          Description

Interface Summary
ImageDeformation An image deformation takes an image, deforms it, and returns it.
 

Class Summary
ImageDeformationByBufferedImageOp  
ImageDeformationByFilters Use an array of java.awt.image.ImageFilter to deform an image
PuzzleImageDeformation Deformation where the image is divided in little squares, moved individualty in a random position.
 

Package com.octo.captcha.component.image.deformation Description

Image deformation stuff package.
In this package you will find components that implements the ImageDeformation interface.
The ImageDeformation interface provides an unique methode : deformImage() that takes an image, deforms and returns it.



Copyright 2003-2009 JCaptcha. All Rights Reserved.