1638 Commits (e58e643a870c71caac3deae42bdd76d7b194d061)

Author SHA1 Message Date
Unknown 6bca0b2a6c implement GradientRepetitionModes 8 years ago
Unknown d7414294ab first implementation of an elliptical gradient brush 8 years ago
Unknown 7548653547 implement radial gradient brush. 8 years ago
Unknown 6a371908d6 #542: refactor to prepare for other gradients 8 years ago
Unknown 04b9f92f6a #542: fix rounding issues in tests 8 years ago
Unknown d2cd19fda6 #542: use bigger files for the tests to "hide" rounding issues: 8 years ago
Unknown 529594d148 fix whitespacing 8 years ago
Unknown 724499ca79 #542: add test creating black-white patterns by gradients 8 years ago
Unknown 5a45f588b0 cleanup whitespace 8 years ago
Unknown 7cae3c1d19 #542: add tests for multi-color gradients 8 years ago
Unknown 249b1189cc #542: fix implementation of non-axial gradients and add tests 8 years ago
Unknown c276b8b0cd #542: add test for vertical gradient 8 years ago
Unknown 44b2af6844 #542: reduce test output image sizes 8 years ago
Peter Amrehn bf17832847 fix code styling issues 8 years ago
Unknown 99ed4586ad #542: use struct for ColorStops 8 years ago
Unknown 4b92801e33 #542: fix test: indices are 0-based, so bottom left pixel is one smaller 8 years ago
Unknown bcf5f5984b #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
Jason Nelson e118ee888c Cleanup tests 8 years ago
Jason Nelson 7e446064dc Add GifGraphicControlExtensionTests 8 years ago
Jason Nelson d56c8dfaba Update namespace of gif tests 8 years ago
Jason Nelson c9b56f85ac Pack GifLogicalScreen value directly 8 years ago
Jason Nelson 512e36dddb Update Moq 8 years ago
Jason Nelson 029564ac0a Update test SDK 8 years ago
Jason Nelson 242b61fb40 Pack the bits directly in GifImageDescriptor 8 years ago
Jason Nelson bfc4a68551 Make ImageMetaData(ImageMetaData other) constructor private 8 years ago
Jason Nelson 6d8bc96304 Remove EndianBinaryReader & Writer 8 years ago
James Jackson-South 384dfb1fb4 Fix quantizer test (sneak in this PR) 8 years ago
Anton Firszov 97b9e2f5d6 use the same tolerance values for both decoder's tests 8 years ago
Jason Nelson c77f612aab Move the png header to constants 8 years ago
Jason Nelson b460b14006 Use PngChunkType enum in TestData 8 years ago
James Jackson-South 7d049513f5 Update reference images 8 years ago
James Jackson-South 0113d8ef16 Use ZigZag and reduce aggressive inlining 8 years ago
James Jackson-South d3c74d1b5a Update decode multiple benchmark 8 years ago
James Jackson-South f794742b1b Add false positive tests for #517 #518 8 years ago
James Jackson-South ab82549baa Add identifier tests and begin cleanup 8 years ago
Jason Nelson 55366d3258 Remove PngChunkTypeNames 8 years ago
James Jackson-South a568496085 "Fix" failing test 8 years ago
James Jackson-South a03f0c9e47 Spectral tests are now 100% accurate. 8 years ago
Jason Nelson 19591271da Write the BmpFileHeader directly to the output span 8 years ago
James Jackson-South 733bc35974 Feeble attempt to introduce postprocessor. 8 years ago
James Jackson-South ef8610e835 Reduce additions and use Unsafe.As 8 years ago
James Jackson-South 0cd787aa36 Ensure pixel is assigned and add encoded comparison and 8 years ago
Jason Nelson 30d9b32287 Cleanup 8 years ago
Jason Nelson 595daff9cd Add test to ensure the chunk type values are correct 8 years ago
Jason Nelson c089c8cffc Eliminate string allocations for PngChunkType 8 years ago
Jason Nelson eabbc796fc Use new AsSpan overloads 8 years ago
James Jackson-South 99e06ba336 IEquality + No 32bit run 8 years ago
James Jackson-South 2238e19bb3 Use default quantizer 8 years ago
James Jackson-South 8c8d3e580e Improve encoder perf 8 years ago
James Jackson-South 9f440ebe6f Reduce tolerance 8 years ago