|
Shows how to use some built-in ASP.NET classes to generate a graphical representation of a single line text. The example uses 3 parameters: the text, font size and font color. The generated graphic is a 256 color GIF image with transparency (uses a hack). Author: Salman Arshad Code: ASP.NET v2.0 & VB |
| |
Overall Rating:
 User Rated
| |
Easy to use, works out of the box  Written by Anonymous User (#1270-98) from UK (Monday, June 01, 2009)
 |
Strengths: Code is simple and to the point Weaknesses: Lacks versatility Details: Nice and easy to use script that worked out of the box on ASP.NET 2.0 platform. I revised it to show email addresses as images to prevent spam harvesting -- the email addresses come from database. The script has parameters to customize foreground colors; the background is transparent. This allowed me to customize the displayed image based on page background and text color. This customization is sufficient enough for most purposes. Review Based On: 2 Month(s) of usage |
| |
|