Leadtools.ImageOptimization Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Leadtools.ImageOptimization Namespace
See Also  Inheritance Hierarchy
Outline and description of enumerations, structures, classes, and delegates for saving images using the optimal bits per pixel, in order to speed up the loading/viewing process on the internet page.

Classes

 ClassDescription
ClassImageOptimizer Provides methods to optimize one image or a directory of images in one of the supported formats.
ClassImageOptimizerDirectoryData Provides data for the __Delegates.ImageOptimizerDirectory callback method.

Structures

 StructureDescription
StructureImageOptimizerOptions Provides options to be used by the ImageOptimizer.OptimizeBuffer(RasterCodecs,IntPtr,Int64,ImageOptimizerOptions,ImageOptimizerProgress) and the ImageOptimizer.OptimizeDirectory methods, to optimize the image and save it using the optimal bits per pixel.

Delegates

 DelegateDescription
DelegateImageOptimizerDirectory Called during the directory optimization operation to give the user information about the image(s) being optimized.
DelegateImageOptimizerProgress Called during the buffer optimization operation to notify the user of the percent completion of the optimization operation.

Enumerations

 EnumerationDescription
EnumerationImageOptimizerDirectoryStatus Indicates the status of the current optimization directory.
EnumerationImageOptimizerJpegColorSpace Indicates the color space to be used when optimizing a Jpeg Image.

See Also