com.google.code.kaptcha
Interface GimpyEngine

All Known Implementing Classes:
FishEyeGimpy, ShadowGimpy, WaterRipple

public interface GimpyEngine

GimpyEngine is responsible for applying image distortion.


Method Summary
 BufferedImage getDistortedImage(BufferedImage baseImage)
           
 

Method Detail

getDistortedImage

BufferedImage getDistortedImage(BufferedImage baseImage)
Parameters:
baseImage - the base image
Returns:
the image with distortion applied to the base image


Copyright © 2013. All rights reserved.