ImageTemplate.NET

Have you ever had the need to generate images on the fly in your ASP.NET applications? You could use GDI.NET to do this directly, but we think we have an easier way. Enter ImageTemplate.NET. ImageTemplate.NET lets you configure an image template in an XML file and then change the image that is generated by passing parameters in the URL.

This is great for dynamically generating images based on database content. ImageTemplate.NET can help you: -

  • Rotate Images
  • Generate Animated GIFs dynamically
  • Generate images from strings so you can use any font you like on your website
  • Resize images to create thumbnails

ImageTemplate.NET caches generated images so it performs almost as well as static images.

Read more...

 

No Comments