2363 Commits (f6b5b420c73465cc590a89525aba2886470e019d)

Author SHA1 Message Date
Anton Firszov f6b5b420c7 clean up and organize Jpeg test utilities 9 years ago
Anton Firszov 55e891f6c7 more jpeg testing 9 years ago
Anton Firszov 6a5f74e070 reference original code in TransformIDCT() docs 9 years ago
Anton Firszov e6337310da spectral testing 9 years ago
Anton Firszov c3c29586fe open up OldJpegDecoderCore API for testing 9 years ago
Anton Firszov 8e56cc4140 ToString(), CopyTo(), ToArray() for Block8x8 9 years ago
Anton Firszov d8ea09115b Block8x8: the UInt16 Jpeg block 9 years ago
Anton Firszov 532a7fc836 removed DecodedBlock 9 years ago
Anton Firszov b6bd140c9d removed DecodedBlock.bx, DecodedBlock.by 9 years ago
Anton Firszov 6ecb12b25c goodby MutableSpan! 9 years ago
Anton Firszov 086f8eae1b CopyColorsTo() no longer uses MutableSpan 9 years ago
Anton Firszov 97685f1c42 refactor OldComponent: it's class again + got moved in some logic 9 years ago
Anton Firszov 6137f703b8 renamed ImageFormats.Bitmap to ImageFormats.Bmp for more consistent naming 9 years ago
Mormegil 76b77dafb7 Support more variants of BMP headers 9 years ago
JimBobSquarePants ac52066a71 Update copyright and namespace on TT 9 years ago
Anton Firszov 808b4d3f9b stylecopping stuff 9 years ago
Scott Williams cdfeece181 fix broken tests due to being umnable to mock internal stuff 9 years ago
Scott Williams 4a1eb7cbd0 Formats per type namespaces 9 years ago
Scott Williams 8b6a9fa976 drop unneeded namespace evel 9 years ago
Scott Williams 5280013f42 make component order internal 9 years ago
Scott Williams 08e3b82171 make file system internal 9 years ago
Scott Williams e6ae403d08 batter namespac for IImageProcessor 9 years ago
Scott Williams df6c9fa20a quatizer base class 9 years ago
Scott Williams bc6f6d61a6 cleanup drawing namespace 9 years ago
Scott Williams 921cbab791 fix dithering namespaces 9 years ago
Scott Williams 49427bcdc1 internalise colorspace interfaces 9 years ago
Scott Williams bdfe3667c6 remove unused methods 9 years ago
Scott Williams b19fdd4472 remove unneeded public constants 9 years ago
Scott Williams 3d4e812f56 improve method name 9 years ago
Scott Williams 0de3fef579 internalais enum 9 years ago
Scott Williams 994efc830b add exif primitives to exif namespace 9 years ago
Scott Williams 763239563b metadata namespace fixes 9 years ago
Scott Williams 3504a6e8ef add metadata namespace 9 years ago
Scott Williams 1fcbdfa167 update metadata namespaces 9 years ago
James Jackson-South c822170009 Suffix dither and diffusion classes 9 years ago
James Jackson-South 91209de88b Remove Compand from IImageProcessor 9 years ago
James Jackson-South 5edcbb5b47 Remove ParallelOptions from IImageProcessor 9 years ago
James Jackson-South 8893450a8a Fix diffusion tests 9 years ago
Anton Firszov 0c3ad9c7f5 renamed method to match purpose: UnZig() -> UnZigAndQuantize() 9 years ago
Anton Firszov 26e645d0eb CompareSpectralResults 9 years ago
Anton Firszov 9375c9a687 removed unnecessary ref-s 9 years ago
Anton Firszov 590042601e introduced LibJpegTools, made FrameComponent a class again 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
Scott Williams 65ffcd77b6 fix to allow interpackage nuget deps to use correct version number. 9 years ago
Scott Williams 4929fb5297 fix style cop issues 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 a473bf4878 prefixing GolangPort stuff with Old*** #Round1 9 years ago
Anton Firszov 9a7f8095f4 adjust PdfJsPort namespaces 9 years ago
Anton Firszov d230faa928 move Block8x8F into ImageSharp.Formats.Jpeg.Common 9 years ago