Product
ASPImage
Scriptable Image Manipulation
for Developers
    Download

    Synopsis

  • Supports Windows NT/2K/XP
  • Supports many popular image file formats including JPEG, GIF, TIFF, PNG, and BMP
  • Can "watermark" or "logo-mark" images with any desired text or images
  • Supports transparency and alpha channel on overlay images where supported by the image format (PNG, GIF)
  • ASP-aware; can output image content to the response stream when invoked within ASP
  • Can dynamically create and cache thumbnails when used within ASP
Overview

ASPImage is a scripting component accessible from ASP, VB, and VBScript. Because it is "ASP-aware", it can output images directly to the ASP response stream. ASPImage offers some simple image manipulations which can be very handy when preparing web photo galleries. ASPImage can either save its output to files or send content directly to a browser (when invoked from ASP scripts).

You can use ASPImage to:

  • Create thumbnails dynamically
  • Add logos to images
  • Add copyright or any other captioning to images
  • Reduce image dimensions to any desired size