90 Commits (7d253d81ed5d087b12df2f29ae2ea6ef4e98e151)

Author SHA1 Message Date
James Jackson-South 2992ffe17d Fix quantizer test 9 years ago
Scott Williams f17831a4d6 Have PixelAccessor manage PixelPool data. 9 years ago
James Jackson-South 1339ad3075 Make all images implement IDisposable 9 years ago
Anton Firszov de9194c5ac "covered" the metadataOnly == true case 9 years ago
Anton Firszov cc5a6f9cfb eliminated the gray top left Block artifact 9 years ago
Anton Firszov 8b4da69a75 skipping JpegProfilingBenchmarks tests 9 years ago
Anton Firszov 77f337ffeb Parallel.For() in ProcessBlockColorsIntoJpegImageChannels 9 years ago
Anton Firszov ea107ce2ff fixed #18 9 years ago
Anton Firszov 1bb014dcba inlining microoptimizations 9 years ago
Anton Firszov 09f8039140 console app benchmarking in Sandbox46 9 years ago
Anton Firszov b51dbf33fd verifying Vector.IsHardwareAccelerated in tests and benchmarks 9 years ago
Anton Firszov 8df425c630 introduced DecodedBlockMemento 9 years ago
Anton Firszov 658ac38a93 new "...Unsafe" stream reading methods 9 years ago
Anton Firszov 0d48f532e9 started implementing mixed error management in JpegDecoderCore 9 years ago
Anton Firszov f07eec7d5f bad EOF progressive test image 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
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
Scott Williams c329941f97 prevent progressive images breaking. 9 years ago
Scott Williams ba064b0252 stop processing jpeg file once image loaded. 9 years ago
Anton Firszov 77581c8a22 Optimized UnzigDivRound 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 3c2f64d681 Test code cleanup: removed EnumHelper, moved MeasureFixture to TestUtilities, Jpeg test formatting 9 years ago
Anton Firszov 454b31bf2d simplified YCbCrImage 9 years ago
Anton Firszov 3a728e3589 ok StyleCop, this time I won! 9 years ago
Anton Firszov 028a3a84e6 JpegTests headers + docs cleanup 9 years ago
Anton Firszov 66ae165bc2 IntegerReferenceDCT docs 9 years ago
Dirk Lemstra 44615dcfea No more warnings. 9 years ago
James Jackson-South c874a72904 Replace ToBytes() 9 years ago
antonfirsov 1fe06317f1 almost worx 9 years ago
antonfirsov 3bf3966d32 refactored GrayImage class --to--> reusable JpegPixelArea cleaned some mess in JpegDecoderCore 10 years ago
Anton Firszov 124daec0bf Benchmark_JpegDecoder 10 years ago
antonfirsov 5e09f80db3 Benchmark_JpegDecoder 10 years ago
Anton Firszov 6dc1a19a4f type names instead of var with primitive types, removed ImageSharp.Formats.Jpg subnamespaces, Block8x8F cleanup 10 years ago
antonfirsov b89f22c121 moved Jpeg classes to separate folders 10 years ago
antonfirsov c10ff894e7 JpegEncoderCore has "only" 862 lines now 10 years ago
antonfirsov 762f1878a8 removed old Block + related classes, added EncodeJpegMultiple & MultiImageBenchmarkBase 10 years ago
Anton Firszov 8ad68ccbb9 fixed TestImageProvider<T>.FileProvider bug 10 years ago
Anton Firszov 661e32f143 pooling PixelArea.Bytes 10 years ago
Anton Firszov 1e05986ddb StyleCop :S 10 years ago
Anton Firszov c3628ab119 CopyRGBBytesStretchedTo 10 years ago
Anton Firszov 4f39539130 finished re-applying existing encoder optimizations 10 years ago
Anton Firszov 8c2325abe9 (re) added DCT, Test & ReferenceImplementations changes 10 years ago
Anton Firszov 8fcb1e68ca ImageSharp.Tests46 + better cache in FileProvider 10 years ago
Dirk Lemstra bfc2cb02e5 Moved some of the new files around. 10 years ago
antonfirsov 7818a9ce48 fixed IsEquivalentTo, renamed ColorWithDefaultImageClass to StandardImageClass 10 years ago