📷 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.
Dmitry Pentin
ff4b269d59
Removed invalid tests
Subject to discuss.
Image public properties Height, Width, Metadata and PixelType can't corrupt anything if backing image was disposed so I don't see any point altering that behaviour, it wasn't throwing before this branch and shouldn't throw after.
5 years ago
..
Advanced
Update license
6 years ago
Color
Update license
6 years ago
Colorspaces
Update license
6 years ago
Common
fix build
5 years ago
Drawing
Update license
6 years ago
Formats
Switch default quantizer for the bitmap encoder to Wu-quantizer
5 years ago
Helpers
Faster Linear Transforms (#1591)
5 years ago
IO
Use TestProvider to load images
6 years ago
Image
Removed invalid tests
5 years ago
Issues
Update license
6 years ago
Memory
Update license
6 years ago
Metadata
Update license
6 years ago
Numerics
Update license
6 years ago
PixelFormats
Update PixelOperationsTests.cs
5 years ago
Primitives
Update license
6 years ago
Processing
Faster Linear Transforms (#1591)
5 years ago
ProfilingBenchmarks
better JpegEncoder profiling/benchmarks
5 years ago
Quantization
Add test case for #1505
5 years ago
TestDataIcc
Update license
6 years ago
TestFonts
validating tests for DrawText()
8 years ago
TestUtilities
Fix codecov test environment identification
5 years ago
ConfigurationTests.cs
Throw, don't adjust.
6 years ago
GraphicOptionsDefaultsExtensionsTests.cs
Use ConcurrentDictionary. Fix #1230
6 years ago
GraphicsOptionsTests.cs
Update license
6 years ago
ImageInfoTests.cs
Update license
6 years ago
ImageSharp.Tests.csproj
Add faster InnerLoop build configurations
5 years ago
TestFile.cs
Update license
6 years ago
TestFileSystem.cs
tests for general cancellation
6 years ago
TestFontUtilities.cs
Update license
6 years ago
TestFormat.cs
cancellation support for encoders
6 years ago
TestImages.cs
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
VectorAssert.cs
Update license
6 years ago
xunit.runner.json
revert preenumeration rule
7 years ago