GMail CAPTCHA transform
-
Is there anyone who has experience with the graphics transforms that would allow me to create the kind of distortion/twisting as in GMail new account creation page? I can create rotated text, with and without kerning, but can't quite get the distortion right. Any help would be greatly appreciated. Thanks.
-
Is there anyone who has experience with the graphics transforms that would allow me to create the kind of distortion/twisting as in GMail new account creation page? I can create rotated text, with and without kerning, but can't quite get the distortion right. Any help would be greatly appreciated. Thanks.
Have you looked at the ones on CP already? http://www.codeproject.com/aspnet/CaptchaImage.asp[^] - has some distortion http://www.codeproject.com/aspnet/WSCaptcha.asp[^] - has more distortion http://www.codeproject.com/useritems/CaptchaNET_2.asp[^] - wavy text Steve Maier, MCSD MCAD
-
Have you looked at the ones on CP already? http://www.codeproject.com/aspnet/CaptchaImage.asp[^] - has some distortion http://www.codeproject.com/aspnet/WSCaptcha.asp[^] - has more distortion http://www.codeproject.com/useritems/CaptchaNET_2.asp[^] - wavy text Steve Maier, MCSD MCAD
Steve Maier wrote:
Have you looked at the ones on CP already?
I've seen those and I can do all that. I guess what I'm for is more fluid look ... like: http://www.preinheimer.com/uploads/gmail_captcha.jpg[^]
-
Steve Maier wrote:
Have you looked at the ones on CP already?
I've seen those and I can do all that. I guess what I'm for is more fluid look ... like: http://www.preinheimer.com/uploads/gmail_captcha.jpg[^]
one of the things that makes it look alot different from the articles is the font that is used. It is not a thin font like a couple of the links I posted. Plus the spacing is alot smaller. I think if you play with various fonts and spacings it might help. Steve Maier, MCSD MCAD
-
Is there anyone who has experience with the graphics transforms that would allow me to create the kind of distortion/twisting as in GMail new account creation page? I can create rotated text, with and without kerning, but can't quite get the distortion right. Any help would be greatly appreciated. Thanks.
Use GraphicsPath, add a string, this will give u a list of points you can manipulate, then just fill it :)