75 Commits (87caee827af032d1da113ca8f9eefc8cb0eb4804)

Author SHA1 Message Date
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov 5ae01f1fa8 fixed PackToXyzBytes 9 years ago
Anton Firszov 93f169372b started implementing operations 9 years ago
Dirk Lemstra a9f4dc07a0 Renamed test classes. 9 years ago
Dirk Lemstra 826fb4eb91 Implemented the IEncoderOptions inside the jpeg encoder. 9 years ago
Dirk Lemstra 38e7a2dc1b Added extra overload for TestFile.CreateImage and used it in the tests. 9 years ago
Dirk Lemstra 0ae0414863 Implemented the IDecoderOptions inside the jpeg decoder. 9 years ago
Anton Firszov be4c189533 IPixel 9 years ago
James Jackson-South 19100abffe Correctly read resolution. Fix #96 9 years ago
Dirk Lemstra 7a799fe311 Moved the meta data of the image to a new MetaData property. 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