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 Code |
---|---|
namespace Smartsite.ImageProcessor.Commands |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.ImageProcessor.Commands |
Classes
Class | Description | |
---|---|---|
CropCommand |
Crops an image
|
|
DPIResolutionCommand |
Converts an image to Grayscale
|
|
FileTypeCommand |
Sets the encoding of an image
|
|
GrayscaleCommand |
Converts an image to Grayscale
|
|
ImageCommandBase |
Provides the image command base implementation.
|
|
ImageContext |
Provides the context for the execution of image commands.
|
|
JpgQualityCommand |
Sets the quality of a jpeg image
|
|
MetadataCommand |
Stores metadata in images
|
|
MirrorCommand |
Mirrors an image
|
|
OrderCommand |
Specifies in what order the image commands are executed.
|
|
ResizeCommand |
Image resize command
|
|
RotateCommand |
Rotates an image
|
Interfaces
Interface | Description | |
---|---|---|
IImageCommand |
Defines the contract for image commands
|
Enumerations
Enumeration | Description | |
---|---|---|
MetadataCommand..::..MetadataFormat |
Defines the set of supported metadata formats.
|
|
MirrorCommand..::..MirrorType |
Defines the set of mirror types.
|
|
ResizeCommand..::..ResizeModeType |
Defines the set of resize modes.
|