devxlogo

Creating Images on the fly with ASP Pages

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.

 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/.

devxblackblue

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.

About Our Journalist