This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite image processor command types.

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.ImageProcessor.Commands
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.ImageProcessor.Commands

Classes

  Class Description
Public class CropCommand
Crops an image
Public class DPIResolutionCommand
Converts an image to Grayscale
Public class FileTypeCommand
Sets the encoding of an image
Public class GrayscaleCommand
Converts an image to Grayscale
Public class ImageCommandBase
Provides the image command base implementation.
Public class ImageContext
Provides the context for the execution of image commands.
Public class JpgQualityCommand
Sets the quality of a jpeg image
Public class MetadataCommand
Stores metadata in images
Public class MirrorCommand
Mirrors an image
Public class OrderCommand
Specifies in what order the image commands are executed.
Public class ResizeCommand
Image resize command
Public class RotateCommand
Rotates an image

Interfaces

  Interface Description
Public interface IImageCommand
Defines the contract for image commands

Enumerations

  Enumeration Description
Public enumeration MetadataCommand..::..MetadataFormat
Defines the set of supported metadata formats.
Public enumeration MirrorCommand..::..MirrorType
Defines the set of mirror types.
Public enumeration ResizeCommand..::..ResizeModeType
Defines the set of resize modes.
Advanced