122 Commits (d4b66d9fc0e4186b4d3579aa69bf5d51b6c282e6)

Author SHA1 Message Date
Anton Firszov d4b66d9fc0 being kind to PDF.js 9 years ago
Anton Firszov 0c13e28ada build fix 9 years ago
Anton Firszov 8d726512c6 code for verifying original PDF.js output 9 years ago
Scott Williams 4a1eb7cbd0 Formats per type namespaces 9 years ago
Anton Firszov 4822a04c8b it's called Manhattan distance! stupid me :P 9 years ago
Anton Firszov 26e645d0eb CompareSpectralResults 9 years ago
Anton Firszov 590042601e introduced LibJpegTools, made FrameComponent a class again 9 years ago
Anton Firszov ce14310922 optimized the number of test cases in JpegDecoderTests 9 years ago
Anton Firszov db78fb23da Added ReferenceImage -based assertions to JpegDecoderTests. The PdfJs decoder is quite inaccurate with them, which makes tests failing 9 years ago
Anton Firszov 842c22adef introduced OldJpegDecoder : IImageDecoder for the GolangPort decoder 9 years ago
Anton Firszov 4f97c8302a renaming is hard 9 years ago
Anton Firszov d230faa928 move Block8x8F into ImageSharp.Formats.Jpeg.Common 9 years ago
Anton Firszov 30d0abba47 GolangPort namespaces following folder structure 9 years ago
Anton Firszov b717bee06e let's merge jpeg-port to have the changelog! 9 years ago
Anton Firszov 787e544573 provider.GetImage(new JpegDecoder()) 9 years ago
Anton Firszov de89c7d2f7 good by GenericFactory! 9 years ago
Anton Firszov 1c51b78559 . 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Anton Firszov 0d2a58747a comparing decoders 9 years ago
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
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 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