📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Franz Häring 2d3ab4ebd5 New overloads for binary threshold operations. The new argument ColorComponent defines the scalar color component to be used for threshold comparison: Luminance, Saturation or MaxChroma. Luminance is default and identical to previous versions. Saturation is the HSL saturation component. MaxChroma is calculated as the maximum of YCbCr chroma value, i.e. Cb and Cr distance from achromatic value. Background: This component shall discriminate colorful parts from achromatic parts in human perception. Very dark pixels, which are perceived as near black, can have high HSL saturation values if e.g. (rgb)==(4,0,0); this would definitely not be perceived as colorful by a human. The MaxChroma component will calculate them low. 5 years ago
..
AdaptiveThresholdTests Add output reference images 5 years ago
AffineTransformTests Add output reference images 5 years ago
BinaryThresholdTest New overloads for binary threshold operations. The new argument ColorComponent defines the scalar color component to be used for threshold comparison: Luminance, Saturation or MaxChroma. Luminance is default and identical to previous versions. Saturation is the HSL saturation component. MaxChroma is calculated as the maximum of YCbCr chroma value, i.e. Cb and Cr distance from achromatic value. Background: This component shall discriminate colorful parts from achromatic parts in human perception. Very dark pixels, which are perceived as near black, can have high HSL saturation values if e.g. (rgb)==(4,0,0); this would definitely not be perceived as colorful by a human. The MaxChroma component will calculate them low. 5 years ago
BmpEncoderTests Add output reference images 5 years ago
BokehBlurTest Add output reference images 5 years ago
Convolution Add output reference images 5 years ago
DitherTests Add output reference images 5 years ago
Drawing/DrawImageTests Add output reference images 5 years ago
Effects Add output reference images 5 years ago
Filters Add output reference images 5 years ago
GifDecoderTests Add output reference images 5 years ago
GifEncoderTests Add output reference images 5 years ago
HistogramEqualizationTests Add output reference images 5 years ago
JpegDecoderTests Add output reference images 5 years ago
Overlays Add output reference images 5 years ago
PngEncoderTests Add output reference images 5 years ago
PorterDuffCompositorTests Add output reference images 5 years ago
ProjectiveTransformTests Add output reference images 5 years ago
QuantizerTests Add output reference images 5 years ago
ResizeTests Add output reference images 5 years ago
TestImageExtensionsTests Add output reference images 5 years ago
TgaDecoderTests Add output reference images 5 years ago
Transforms Add output reference images 5 years ago