USER MANUAL CONTENTS

  1. Introduction & Quick Start

    Contains the feature list, system requirements, and a simple code snippet to get you started.

  2. Creating Thumbnails

    Outlines the steps necessary to dynamically resize images

  3. Uploading Images

    Discusses the use of the .NET FileUpload control in conjunction with AspJpeg.NET.

  4. Image Manipulation

    Describes resizing algorithms, sharpening, cropping, flipping, rotation and compression.

  5. Drawing & Typing

    Demonstrates how to draw graphics and text on images.

  6. Picture-in-Picture

    Covers drawing images on top of other images. Includes PNG alpha channel and GIF transparency. Also covers perspective projection.

  7. Metadata Extraction

    Describes EXIF and IPTC support.

  8. Miscellaneous Features

    Describes CMYK-to-RGB functionality, resolution change, access to individual pixel information, progressive JPEGs, various filters, chroma key.

  9. GIF Output

    Describes the GIF output feature.

  10. PNG Output

    Describes PNG output and alpha channel.

  11. 3D Surface Mapping

    Describes the projection of images onto arbitrary 3D surfaces defined by parametric equations.