Package railo.runtime.img

Examples of railo.runtime.img.MarpleCaptcha.generate()


   
    // create destination
    if(StringUtil.isEmpty(name))path=touchDestination();
   
    MarpleCaptcha c=new MarpleCaptcha();
    source=new railo.runtime.img.Image(c.generate(text, Caster.toIntValue(width),Caster.toIntValue(height), fonts, true,
        Color.BLACK,fontsize,
        difficulty));
   
    // link destination
    if ( doRenderHtmlTag )
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.