149 Commits (1594bdbae00ae6fa4248f88cfd28b5456d701036)

Author SHA1 Message Date
Mormegil 76b77dafb7 Support more variants of BMP headers 9 years ago
Dirk Lemstra 9be8649a8e Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
JimBobSquarePants d9552060c7 Disable smoke test 9 years ago
Nikita Balabaev 74b0d0aff2 fix #277 9 years ago
Scott Williams bb9280f317 switch from mimetype strings to IImageFormats 9 years ago
Scott Williams a1908fb909 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Scott Williams 5e477e4537 fix formats + added sample for switching out 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
James Jackson-South 93e757573a Fix #247 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
James Jackson-South 45d2fe6ed7 Begin general tests 9 years ago
James Jackson-South 0dcbf0af2e BinaryThresholdTests as template 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
Scott Williams 9d96ee797b pixelate no longer blanks out background 9 years ago
Anton Firszov 4ac74e5a60 tests for Png & Gif codecs 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
James Jackson-South a46e5fc59f Disable double index smoke test 9 years ago
Scott Williams b4fba454d5 re-enstate threashold 9 years ago
Scott Williams ba81ec0e2e remove theashold 9 years ago
Scott Williams 3c611837ff remove ignored tests 9 years ago
Scott Williams b97213239f fix Image.Load api changes 9 years ago
Scott Williams e6d129646b Improve method name 9 years ago
Scott Williams bf9c683d25 fix stylecop issues 9 years ago
Scott Williams 3d981fd187 Add image comparer test helper 9 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 9 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov 739db5f3bc fixed PackToXyzBytes 9 years ago
Anton Firszov bf0d03fe89 started implementing operations 9 years ago
Dirk Lemstra 1b4b8043bc Renamed test classes. 9 years ago
Dirk Lemstra e429b812cc Implemented the IEncoderOptions inside the jpeg encoder. 9 years ago
Dirk Lemstra 98f18cbfeb Added extra test for trimming comments. 9 years ago
Dirk Lemstra 2161916564 Implemented the IEncoderOptions inside the gif encoder. 9 years ago
Dirk Lemstra 26aec54e05 Implemented the IEncoderOptions inside the bmp encoder. 9 years ago
Dirk Lemstra c56ab2fdab Added extra overload for TestFile.CreateImage and used it in the tests. 9 years ago
Dirk Lemstra 6878997af7 Also allow specification of the text encoding inside the gif decoder. 10 years ago
Dirk Lemstra b27fa62a6a Implemented the IDecoderOptions inside the png decoder. 10 years ago
Dirk Lemstra c7ced5bcdf Implemented the IDecoderOptions inside the jpeg decoder. 10 years ago