com.google.code.kaptcha.impl
Class FishEyeGimpy
java.lang.Object
com.google.code.kaptcha.impl.FishEyeGimpy
- All Implemented Interfaces:
- GimpyEngine
public class FishEyeGimpy
- extends Object
- implements GimpyEngine
FishEyeGimpy adds fish eye effect with vertical and horizontal lines.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FishEyeGimpy
public FishEyeGimpy()
getDistortedImage
public BufferedImage getDistortedImage(BufferedImage baseImage)
- Applies distortion by adding fish eye effect and horizontal vertical
lines.
- Specified by:
getDistortedImage in interface GimpyEngine
- Parameters:
baseImage - the base image
- Returns:
- the distorted image
Copyright © 2013. All rights reserved.