Namespace ImageVault.Common.Data.Effects
Classes
ChangeOutputFormatEffect
The ChangeOutputFormatEffect allows the format to change the output format for the media
CompressionQualityEffect
CropEffect
An effect that performs a crop action
Effect
A base class for any Effects that can be added to a format.
ExportMetadataEffect
Effect for exporting all User Metadata as XMP.
ResizeEffect
An effect that resizes a media
TrimEffect
Trims a media clip in time, allowing the user to cut out a specific part of the media
UnsharpMaskEffect
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.