CFX_Email2Image is a ColdFusion Custom Tag that enables your application to easily create an image from an e-mail address. Displaying e-mail addresses as images will prevent robots and spammers from scraping e-mails from your website. A JPEG or PNG file will be output on the file system that you can reference with an HTML <img> tag.EXAMPLE<cfx_Email2Image OUTPUTFILE = "C:/CFusionMX7/wwwroot/email.jpg" EMAIL = "myname@mydomain.com"><img src="email.jpg" />Return VariablesEMAIL2IMAGE_MESSAGEContains any errors generated by the tag, or "OK" if everything completed successfully.Syntax<cfx_Email2Image OUTPUTFILE = "string" EMAIL = "string" FONTFACE = "string" FONTSIZE = "integer" FONTCOLOR = "hexadecimal integer" FONTSTYLE = "string" BGCOLOR = "hexadecimal integer">