devxlogo

Creating Images on the fly with ASP Pages

One of the impressive features of Active Server Pages is the ability to deliver fresh, active content in direct response to user input. In addition to creating responsive text, you can also generate graphics on the fly. My favorite tool is a server-side component called FontVelocity from Vertigo Software. (http://www.vertigosoftware.com/products/fontvelocity.asp)

With very little ASP code such as the following, you can create attractive and unique GIFs on your Web pages.

 <%FontVelocity false, "ALT=""%ALT%"">", "Ken", Server.MapPath("COMICBD.TTF"), 
"FontVelocity1.gif",18, 255, 16777215, true,
0, 0, 0, 0, 1, 21.6, true, 0, 0, 5, 5, 5, 5, 0%>

Also check out ASPImage from Stephen Genusa at www.serverobjects.com/products.htm#AspImage/.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Seasoned Architects Evaluate New Tech

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.