Search Results for

    Show / Hide Table of Contents

    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

    EffectTypes

    Describes the different Effect types that are defined

    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.

    In This Article
    Back to top (c) Meriworks 2002-2022