You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by wenm <wm...@tdc.dk> on 2008/04/03 14:32:25 UTC

Customerize captcha image

Does anybody have an idea how to change the background image and font size
etc of wicket captcha image? 


-- 
View this message in context: http://www.nabble.com/Customerize-captcha-image-tp16467447p16467447.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Customerize captcha image

Posted by wenm <wm...@tdc.dk>.
Thank you very much! I just create my own captcha by extends
RenderedDynamicImageResource.

Vitaly Tsaplin wrote:
> 
>    Create your own captcha :) The idea of the
> RenderedDynamicImageResource is brilliant. You just need to implement
> the render (Graphics2D gfx) method. Draw there whatever you want. It's
> even better. No one will be able to reuse the algorithm to teach a
> neuronet :)
> 
> On Thu, Apr 3, 2008 at 2:32 PM, wenm <wm...@tdc.dk> wrote:
>>
>>  Does anybody have an idea how to change the background image and font
>> size
>>  etc of wicket captcha image?
>>
>>
>>  --
>>  View this message in context:
>> http://www.nabble.com/Customerize-captcha-image-tp16467447p16467447.html
>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>  For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Customerize-captcha-image-tp16467447p16490314.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Customerize captcha image

Posted by Vitaly Tsaplin <vi...@gmail.com>.
   Create your own captcha :) The idea of the
RenderedDynamicImageResource is brilliant. You just need to implement
the render (Graphics2D gfx) method. Draw there whatever you want. It's
even better. No one will be able to reuse the algorithm to teach a
neuronet :)

On Thu, Apr 3, 2008 at 2:32 PM, wenm <wm...@tdc.dk> wrote:
>
>  Does anybody have an idea how to change the background image and font size
>  etc of wicket captcha image?
>
>
>  --
>  View this message in context: http://www.nabble.com/Customerize-captcha-image-tp16467447p16467447.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org