GleamTech.ImageUltimate.AspNet Namespace
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).
Classes
| ImageRenderer |
Provides methods for rendering images in HTML. |
| ImageUltimateWebConfiguration |
Provides properties and methods for changing this library's configuration for web use. |
| ImageWebExtensionMapping |
Provides methods for determining load or save formats of images according to the file extension and vice versa. |
| ImageWebTask |
Provides methods for processing a source image in a chained manner for web use and caching the resulting image. This class can not be instantiated, it's passed as a parameter to your lambda expression so that you can chain image processing commands. |
Enums
| ImageWebSafeFormat |
Defines the web-safe image file formats for saving. |