All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.apiclub.captcha.noise.NoiseProducer Maven / Gradle / Ivy

The newest version!
package cn.apiclub.captcha.noise;

import java.awt.image.BufferedImage;

/**
 * @author James Childers
 * 
 */
public interface NoiseProducer {
    public void makeNoise(BufferedImage image);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy