Namespace PhotoSauce.MagicScaler.Transforms
Classes
ColorMatrixTransform
Transforms an image according to coefficients in a System.Numerics.Matrix4x4.
FormatConversionTransform
Converts an image to an alternate pixel format.
GaussianBlurTransform
Applies a Gaussian blur to an image.
OrientationTransform
Transforms an image by changing its column/row order according to an Orientation value.
PadTransform
Adds solid-colored padding pixels to an image.
PixelTransformInternalBase
Provides a minimal base implementation of IPixelTransform, which simply passes calls through to the upstream source.
Interfaces
IPixelTransform
Provides a mechanism for defining a filter that transforms image pixels.