API Reference

Namespaces

GleamTech.ImageUltimate This is the core namespace of this library, it contains classes used to process images and read image information and metadata.

The main classes in this namespace are:

  • ImageTask is the class for processing an image file.
  • ImageInfo is the class for reading information and metadata of an image file.
  • ImageUltimateConfiguration is the class for changing this library's configuration (e.g. setting license key).
GleamTech.ImageUltimate.AspNet This is a sub-namespace of this library for web use, it extends the core namespace to support ASP.NET and handles caching.

The main classes in this namespace are:

  • ImageWebTask is the class for processing an image file under ASP.NET.
  • ImageUltimateWebConfiguration is the class for changing this library's configuration for web use (e.g. setting cache location for images).
GleamTech.ImageUltimate.AspNet.Core This is a sub-namespace of this library for ASP.NET Core support.
GleamTech.ImageUltimate.AspNet.Mvc This is a sub-namespace of this library for ASP.NET MVC support.
GleamTech.ImageUltimate.AspNet.WebForms This is a sub-namespace of this library for ASP.NET Web Forms support.
GleamTech.ImageUltimate.AspNet.WebPages This is a sub-namespace of this library for ASP.NET Web Pages (Razor, WebMatrix) support.