Namespace ImageVault.Client.Descriptors.Effects
Classes
ChangeOutputFormatEffectAttribute
Add a ChangeOutputFormatEffect to a format
CompressionQualityEffectAttribute
CropEffectAttribute
The CropEffect attribute is used to add a crop effect to a format.
EffectAttribute
Base class for effects attributes
IgnoreEffectsAttribute
Decorate a Media property to indicate which types of effects that shouldn't be applied to the format
ResizeEffectAttribute
Adds a resize effect to a format
UnsharpMaskEffectAttribute
The UnsharpMaskEffect sharpens an image by first creating a blurred version of the image. For each pixel in the image, the difference between the original pixel value and the blurred pixel value is determined. If the difference in pixel values exceeds a threshold value, the original pixel value is modified, sharpening the image.
Enums
EffectTypes
Describes the different Effect types that are defined