90 Commits (46a4411af6b161c5c19bf2e2a3e781cff1ebde46)

Author SHA1 Message Date
James Jackson-South d21a7e61e5 Fix quantizer test 9 years ago
Scott Williams 7940683d37 Have PixelAccessor manage PixelPool data. 9 years ago
James Jackson-South d5064cadc5 Make all images implement IDisposable 9 years ago
Anton Firszov d1bf0b8eb5 "covered" the metadataOnly == true case 9 years ago
Anton Firszov cb4834c6de eliminated the gray top left Block artifact 9 years ago
Anton Firszov eea80786e6 skipping JpegProfilingBenchmarks tests 9 years ago
Anton Firszov 83dc17f92b Parallel.For() in ProcessBlockColorsIntoJpegImageChannels 9 years ago
Anton Firszov 865669d6d3 fixed #18 9 years ago
Anton Firszov 763f3031f4 inlining microoptimizations 9 years ago
Anton Firszov 67fa5de4ea console app benchmarking in Sandbox46 9 years ago
Anton Firszov 9ac623cdf3 verifying Vector.IsHardwareAccelerated in tests and benchmarks 9 years ago
Anton Firszov b6a84efc88 introduced DecodedBlockMemento 9 years ago
Anton Firszov 86c5832d6b new "...Unsafe" stream reading methods 9 years ago
Anton Firszov ac32756bca started implementing mixed error management in JpegDecoderCore 9 years ago
Anton Firszov fe89861d10 bad EOF progressive test image 9 years ago
Anton Firszov a793066ac8 added missing fixed copyright headers 9 years ago
Anton Firszov addf8c6c04 jpeg test cleanup 9 years ago
Anton Firszov 2fe420bd9a strictly categorized test jpeg-s into Baseline/Progressive groups 9 years ago
Anton Firszov ddcd9cd906 added some comments to Block8x8F stuff 9 years ago
Anton Firszov 157b06aeb2 ImageSharp.Sandbox46.csproj uses net461 dll-s 9 years ago
Anton Firszov 14550c983c var. var never changes 9 years ago
Scott Williams 6e3663c5d2 prevent progressive images breaking. 9 years ago
Scott Williams ea0126f3c8 stop processing jpeg file once image loaded. 9 years ago
Anton Firszov 6baff43cb7 Optimized UnzigDivRound 9 years ago
Anton Firszov 8c3cff25ee minor change in LoadResizeSave 9 years ago
Anton Firszov fac468fedc fixed jpeg quality issue pointed out in conversation under #75 9 years ago
Anton Firszov 6716d67908 Test code cleanup: removed EnumHelper, moved MeasureFixture to TestUtilities, Jpeg test formatting 9 years ago
Anton Firszov d9d8ee6445 simplified YCbCrImage 9 years ago
Anton Firszov 260349bfb1 ok StyleCop, this time I won! 9 years ago
Anton Firszov 4c3bfab794 JpegTests headers + docs cleanup 9 years ago
Anton Firszov 185578abee IntegerReferenceDCT docs 9 years ago
Dirk Lemstra 12577b63c9 No more warnings. 9 years ago
James Jackson-South 6e3e358ec8 Replace ToBytes() 9 years ago
antonfirsov fbc870ac4b almost worx 9 years ago
antonfirsov 27713664ba refactored GrayImage class --to--> reusable JpegPixelArea cleaned some mess in JpegDecoderCore 10 years ago
Anton Firszov 4f27e6b938 Benchmark_JpegDecoder 10 years ago
antonfirsov 2822e2a950 Benchmark_JpegDecoder 10 years ago
Anton Firszov 55c6452be7 type names instead of var with primitive types, removed ImageSharp.Formats.Jpg subnamespaces, Block8x8F cleanup 10 years ago
antonfirsov 61ba0e70b9 moved Jpeg classes to separate folders 10 years ago
antonfirsov e3def23e3e JpegEncoderCore has "only" 862 lines now 10 years ago
antonfirsov 4a2acc91e3 removed old Block + related classes, added EncodeJpegMultiple & MultiImageBenchmarkBase 10 years ago
Anton Firszov 41658854cc fixed TestImageProvider<T>.FileProvider bug 10 years ago
Anton Firszov f39687ba33 pooling PixelArea.Bytes 10 years ago
Anton Firszov 446b6c7337 StyleCop :S 10 years ago
Anton Firszov 31dbd1750f CopyRGBBytesStretchedTo 10 years ago
Anton Firszov 111ab7927e finished re-applying existing encoder optimizations 10 years ago
Anton Firszov a1cbb48077 (re) added DCT, Test & ReferenceImplementations changes 10 years ago
Anton Firszov 4e40df86b8 ImageSharp.Tests46 + better cache in FileProvider 10 years ago
Dirk Lemstra dea6d30bd4 Moved some of the new files around. 10 years ago
antonfirsov 8be1a38e4f fixed IsEquivalentTo, renamed ColorWithDefaultImageClass to StandardImageClass 10 years ago