Skip to main content
Inspiring
June 30, 2009
Question

CFIMAGE distorting CAPTCHA images.

  • June 30, 2009
  • 3 replies
  • 1005 views

I am using CFIMAGE's ability to create CAPTCHA images to stop bot from hammering my forms. However, I am finding that the CAPTCHA images often times show distorted characters even on the LOW difficulty setting. I tried the DIV solutions changing the background color to all white behind the CAPTCHA but that didn't solve the problem.

Any own know how to fix this? I attached a sample. Notice the first character. It's supposed to be a Y. The problem here is that users aren't able to tell if the character is a real letter or just an element of the image.

Thanks for the help...

Also, I love the WYSIWYG editor adobe put in this forum. Anyone know if it's home grown or a third party add on and who developed it?

    This topic has been closed for replies.

    3 replies

    Inspiring
    July 1, 2009

    Fusecast wrote:

    Also, I love the WYSIWYG editor adobe put in this forum. Anyone know if it's home grown or a third party add on and who developed it?

    Hi Fusecast,

    The footer of this page says "Adobe Forums powered by Jive Software's Clearspace ® 2.5.7".

    Nonetheless, if you are looking for CF Specific rich text editor, then refer the "cftextarea" tag.

    More info at,

    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_t_02.html

    HTH

    AvantSGAuthor
    Inspiring
    June 30, 2009

    Hey... figured it out. Here is the solution. I posted it on my blog.

    http://fusecast.blogspot.com/2009/06/solution-to-cfimage-distorting-text.html

    Good luck

    July 1, 2009

    Hi,

    this problem because of not mentioning the fonts..

    there an attribute font in cfimage. plz specify the font attribute which support ur server..This will solve the problem

    AvantSGAuthor
    Inspiring
    June 30, 2009

    Here is another example... the attached image should say

    DAKGJ

    Is anyone else having this problem?