3137 Commits (6e0bf69203e1ddf42728829d2ea60a5a0cd1e854)
 

Author SHA1 Message Date
Anton Firszov 6e0bf69203 RoundSinglePrecisionBlocks benchmark proves that Block8x8F.UnZigDivRound() can be SIMD-optimized 9 years ago
Dirk Lemstra ce867352cf Fixed incorrect array index when decoding PNG images. 9 years ago
James Jackson-South dc973e4dac Use scaled int for Ycck 9 years ago
James Jackson-South e1da503ca2 Remove unnecessary casts 9 years ago
James Jackson-South f77531ce26 Merge pull request #75 from JimBobSquarePants/jpeg-scaled-integers 9 years ago
James Jackson-South 2f56a62639 Merge remote-tracking branch 'refs/remotes/origin/master' into jpeg-scaled-integers 9 years ago
James Jackson-South 57ab2c5dd2 Match Photoshop subsampling rules 9 years ago
Anton Firszov 0fd17a92a4 minor change in LoadResizeSave 9 years ago
Anton Firszov af3f6254c0 fixed jpeg quality issue pointed out in conversation under #75 9 years ago
Anton Firsov 933ffff49f Merge pull request #77 from antonfirsov/add-sandbox46 9 years ago
Anton Firszov cad177796e better comments for AddFormatsDirectoryFromTestAssebmlyPath() 9 years ago
Anton Firszov f949f464ea ImageSharp.Tests (.NET Core!) test profiling is now possible from R# context menu 9 years ago
Anton Firszov 81f4d3701c fixed AssemblyInfo.cs 9 years ago
Anton Firszov c8f5d54c1c reverted global.json change 9 years ago
Anton Firszov df0361c212 finished README.md 9 years ago
Anton Firszov 1458838025 added xunit.runner.visualstudio 9 years ago
Anton Firszov 3b0a6398cb project dependencies + started README.md 9 years ago
Anton Firszov cb7f43f6ee ImageSharp.Sandbox46.csproj compiles and runs! 9 years ago
Anton Firszov 3dae11460f added some test files to ImageSharp.Sandbox46.csproj 9 years ago
Anton Firszov a2b666ef31 Merge remote-tracking branch 'jimbob/master' into add-sandbox46 9 years ago
Anton Firszov 3c2f64d681 Test code cleanup: removed EnumHelper, moved MeasureFixture to TestUtilities, Jpeg test formatting 9 years ago
Anton Firszov be894cc030 Initialized ImageSharp.Sandbox46.csproj 9 years ago
Anton Firszov 7e7ab76aba branch-creation test commit 9 years ago
James Jackson-South 62000bfc9f Add interlace powerpoint image touch #76 [skip ci] 9 years ago
James Jackson-South c44f4ae266 Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp 9 years ago
James Jackson-South f256120c74 Fix concurrent png decoding 9 years ago
Anton Firszov 65fb6395be refactored RgbaToYcbCr benchmarks to operate on arrays + added Vector<int> based experiments 9 years ago
Anton Firszov 422643b8e2 Initial refactor of RgbToYCbCr: Moved lookup tables to a separate file 9 years ago
James Jackson-South c16f1b2791 Replace floating point color translations 9 years ago
James Jackson-South 92d8eb18f0 Add scaled LUT benchmark [skip ci] 9 years ago
James Jackson-South ae5ee80ea4 Add simd approach to benchmark 9 years ago
James Jackson-South dcd201b0e0 Add scaled integer benchmarks. 9 years ago
James Jackson-South bd445a6e5e YCrCr should use byte 9 years ago
Scott Williams 951a1214d8 added comments 9 years ago
Andrew Wilkinson a8b7992b21 Workaround for issues when passing Vector4 into xUnit tests 9 years ago
Andrew Wilkinson dcae033984 Enable running tests for Travis CI builds 9 years ago
Dirk Lemstra 89b0c400f3 Sealed classes. 9 years ago
Scott Williams ac47d9fdde Enforce only access inside array bounds 9 years ago
James Jackson-South 2b3faf5a1d Coverity doesn't support core yet [skip ci] 9 years ago
Scott Williams 5933146dd9 Merge pull request #71 from JimBobSquarePants/optimise-polygon-fill 9 years ago
Scott Williams 1067c788af style 👮 9 years ago
Scott Williams df0775b732 code cleanup and comments 9 years ago
James Jackson-South 730ec56e83 Cleanup resize tests. 9 years ago
James Jackson-South 88d379fb0a Add size overload to Resize 9 years ago
Scott Williams 6a6d0616dc style 👮 9 years ago
Scott Williams 468d06daf5 drop test code 9 years ago
Scott Williams ca05bec9da Fix complex polygon fill 9 years ago
Scott Williams 10b94e4fe8 drop old code 9 years ago
Scott Williams 49a4dd3cc0 fix class name 9 years ago
Scott Williams 9ae9041c8d use abstract base class instead of interface 9 years ago