803 Commits (b142dbacffb314ef751cd78ffb3eb833d021c9da)

Author SHA1 Message Date
Anton Firszov 6d41974f10 introducing the "doNotAppendPixelType" feature 9 years ago
Anton Firszov 3b8e4b024d TestImageProvider can use custom decoder now 9 years ago
Anton Firszov fb5c908bbf TestImageProvider can use custom decoder now 9 years ago
Anton Firszov be6d1aa575 JpegDecoderTests using reference images 9 years ago
Anton Firszov 41794a6a7a moving input test images into ./tests/TestImages/Input 9 years ago
Nikita Balabaev 855ef8cf5d Add an equivalent for System.Drawing.Image.GetPixelFormatSize() (#258) 9 years ago
Anton Firszov 6208042d36 always DebugSave() png-s 9 years ago
Scott Williams 32c158898b migrate to a Image.Generate/Image.Mutate context api 9 years ago
Scott Williams a1908fb909 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
Anton Firszov 16d219ab25 test clenup (xUnit analyzer warnings mostly) 9 years ago
Anton Firszov eb2a3bd155 almost done 9 years ago
James Jackson-South 5fa10c0ab3 Remove StandardImageClass 9 years ago
Mykhailo Matviiv ede5e84ae5 Get rid of CreatePooled and ReturnPooled methods in JpegPixelArea to separate memory management. 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
Dirk Lemstra eb715cfed3 Removed old overload and used new one (from #201) in unit test. 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fff223ef07 Rename TColor to TPixel 9 years ago
James Jackson-South fa152146dd Rename Color and ColorVector 9 years ago
James Jackson-South 1b513c667b Fix Argb32 naming in typehelpers. 9 years ago
James Jackson-South b20c19ab80 Rename to Color and ColorVector 9 years ago
James Jackson-South a550b0f95e Rename Color to Color32 9 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 10 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 10 years ago
Scott Williams 095c3fb5fb fix all instances of var 10 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 10 years ago
Anton Firszov 739db5f3bc fixed PackToXyzBytes 10 years ago
Anton Firszov bf0d03fe89 started implementing operations 10 years ago
Dirk Lemstra 1b4b8043bc Renamed test classes. 10 years ago
Dirk Lemstra e429b812cc Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Dirk Lemstra c56ab2fdab Added extra overload for TestFile.CreateImage and used it in the tests. 10 years ago
Dirk Lemstra c7ced5bcdf Implemented the IDecoderOptions inside the jpeg decoder. 10 years ago
Anton Firszov 1125edcef8 IPixel 10 years ago
James Jackson-South 1dd168e90d Correctly read resolution. Fix #96 10 years ago
Dirk Lemstra 7ea3238d83 Moved the meta data of the image to a new MetaData property. 10 years ago
James Jackson-South 1339ad3075 Make all images implement IDisposable 10 years ago
Anton Firszov de9194c5ac "covered" the metadataOnly == true case 10 years ago
Anton Firszov cc5a6f9cfb eliminated the gray top left Block artifact 10 years ago
Anton Firszov 8b4da69a75 skipping JpegProfilingBenchmarks tests 10 years ago
Anton Firszov 77f337ffeb Parallel.For() in ProcessBlockColorsIntoJpegImageChannels 10 years ago
Anton Firszov ea107ce2ff fixed #18 10 years ago
Anton Firszov 1bb014dcba inlining microoptimizations 10 years ago
Anton Firszov 09f8039140 console app benchmarking in Sandbox46 10 years ago
Anton Firszov b51dbf33fd verifying Vector.IsHardwareAccelerated in tests and benchmarks 10 years ago
Anton Firszov 8df425c630 introduced DecodedBlockMemento 10 years ago
Anton Firszov 658ac38a93 new "...Unsafe" stream reading methods 10 years ago
Anton Firszov 0d48f532e9 started implementing mixed error management in JpegDecoderCore 10 years ago
Anton Firszov f07eec7d5f bad EOF progressive test image 10 years ago