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

com.talanlabs.avatargenerator.layers.ILayer Maven / Gradle / Ivy

The newest version!
package com.talanlabs.avatargenerator.layers;

import com.talanlabs.avatargenerator.IAvatarInfo;

import java.awt.image.BufferedImage;

public interface ILayer {

	/**
	 * Apply tranforme with src image
	 *
	 * @param avatarInfo avatar information
	 * @param src        current image
	 * @return new image
	 */
	BufferedImage apply(IAvatarInfo avatarInfo, BufferedImage src);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy