576 Commits (4ebc23b7e27e47255909c299eb26d563b5a46df8)

Author SHA1 Message Date
Anton Firszov 8df425c630 introduced DecodedBlockMemento 9 years ago
Anton Firszov 658ac38a93 new "...Unsafe" stream reading methods 9 years ago
Anton Firszov f3471dd36f pooling JpegDecoderCore.DecodedBlocks + made Sandbox46 executable 9 years ago
Anton Firszov 0d48f532e9 started implementing mixed error management in JpegDecoderCore 9 years ago
Anton Firszov fe52a53a4c fixed MultiImageBenchmarkBase based benchmarks 9 years ago
Anton Firszov f07eec7d5f bad EOF progressive test image 9 years ago
James Jackson-South 9ae92244f1 Faster FastAbs 9 years ago
Anton Firszov 110a1381b5 added missing fixed copyright headers 9 years ago
Anton Firszov 41731c72cc jpeg test cleanup 9 years ago
Anton Firszov 4004feeda9 strictly categorized test jpeg-s into Baseline/Progressive groups 9 years ago
Scott Williams adf70f8760 Revert "At least render something when progressive." 9 years ago
Anton Firszov 77e9bb373c added some comments to Block8x8F stuff 9 years ago
Anton Firszov d2f9619ff6 ImageSharp.Sandbox46.csproj uses net461 dll-s 9 years ago
Anton Firszov d76d02dccc var. var never changes 9 years ago
James Jackson-South 55214175b2 At least render something when progressive. 9 years ago
Scott Williams c329941f97 prevent progressive images breaking. 9 years ago
Scott Williams ba064b0252 stop processing jpeg file once image loaded. 9 years ago
James Jackson-South 0bd4f6a90a Png improvements 9 years ago
James Jackson-South 3da4b43d90 Add modulus benchmark 9 years ago
Ingo Bauersachs 8a9f929137 Add a .NET 4.6.1 profile to use its System.Numerics.Vectors 9 years ago
James Jackson-South 166dafdf67 Slightly faster clamp. 9 years ago
Anton Firszov 77581c8a22 Optimized UnzigDivRound 9 years ago
Anton Firszov 6e0bf69203 RoundSinglePrecisionBlocks benchmark proves that Block8x8F.UnZigDivRound() can be SIMD-optimized 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 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 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 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
James Jackson-South 62000bfc9f Add interlace powerpoint image touch #76 [skip ci] 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
James Jackson-South 730ec56e83 Cleanup resize tests. 10 years ago
Scott Williams ca05bec9da Fix complex polygon fill 10 years ago
Scott Williams 10b94e4fe8 drop old code 10 years ago
Scott Williams 9e24b28c01 skip blank sections while filling polygons 10 years ago
Scott Williams d0e3337e8e WIP - Improve polygon fill speed 10 years ago