2300 Commits (1959c4ae5ddb611857afcd6ef7cb925fa5260fe7)

Author SHA1 Message Date
Anton Firszov c4953b0fa2 let's merge jpeg-port to have the changelog! 9 years ago
Anton Firszov 1562e32046 Using Corecompat.System.Drawing as reference encoder/decoder for PNG. (Optimizing PNG-s with external tools from now.) 9 years ago
JimBobSquarePants f5b9a8c6e8 Use more accurate IDCT 9 years ago
JimBobSquarePants 58281ef589 Use more accurate IDCT for now 9 years ago
Anton Firszov 85f880d7b8 so what's the deal with submodule branches? 9 years ago
Anton Firszov 0a80231bd3 shut up StyleStalin, I'm working! :P 9 years ago
Anton Firszov 692c4f7406 prefixed every ported class with PdfJs... to avoid naming conflicts 9 years ago
Anton Firszov 2c8e29c1c2 copied pdfjs classes from the jpeg-port branch 9 years ago
Anton Firszov d855c6e657 reduced resize output by 75% 9 years ago
James Jackson-South a710ccca3a Fix marker skipping bug when decoding certain images 9 years ago
James Jackson-South 50467456a7 Fix #281 9 years ago
James Jackson-South 4b2fbcd453 Correctly read Adam7 palette colors 9 years ago
Dirk Lemstra 852ae7b777 Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
JimBobSquarePants fec2d6fe9a Fix failing test 9 years ago
Nikita Balabaev ba6e00499c fix #277 9 years ago
James Jackson-South 70892a1468 Cleanup + Rename Run to Apply 9 years ago
Scott Williams 82661d3958 fix concurrency issues in config 9 years ago
JimBobSquarePants 06271fa693 Fix spelling errors 9 years ago
ascensio ad4aee89e3 closes #269 9 years ago
Scott Williams 7635558f9b internalise cloning processor + rename context 9 years ago
Scott Williams c421e6de0a Cloneing Image Processor 9 years ago
Scott Williams 9b865253a6 fix some comments 9 years ago
Scott Williams ab30013d63 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams 04b6ad824c fix warnings 9 years ago
Scott Williams f7cbb27995 test extensions methods 9 years ago
Scott Williams c3f7f8395e move methods 9 years ago
Scott Williams 961e202f10 initail image operations tests 9 years ago
Scott Williams 001e3ca015 Fix stack overflow 9 years ago
James Jackson-South ae6d91a556 Fix ImageMetaData test 9 years ago
James Jackson-South 327251809b Fix broken EXIF test 9 years ago
James Jackson-South 996da79f8d Fix tests 9 years ago
James Jackson-South 0ff77ec6d6 Move check into if statement 9 years ago
James Jackson-South 1cd137d8f9 Reduce allocations 9 years ago
James Jackson-South a236a80666 Simplify indexing 9 years ago
James Jackson-South 8c22c11408 A little cleanup 9 years ago
James Jackson-South 9ff1b56608 This works. High allocations though 9 years ago
Dirk Lemstra 66e08f972b Also support non ushort values of ExifTag.Orientation (Fixes #271). 9 years ago
James Jackson-South 738fc202a7 Add WIP faster IDCT method 9 years ago
Scott Williams a61fcc95d9 Rename Generate -> Clone 9 years ago
Scott Williams 88e30a0134 fix apply processors to frames 9 years ago
Scott Williams 290646afcb store scale as vector + remove unneeded bit or operations 9 years ago
James Jackson-South 5086b08b95 Use properties 9 years ago
Scott Williams f026778e47 migrate to a Image.Generate/Image.Mutate context api 9 years ago
Dirk Lemstra 5ce77d127c Sealed some classes and made some classes internal. 9 years ago
Dirk Lemstra 465c736841 Made the default IImageFormatDetectors public and sealed. 9 years ago
James Jackson-South 2c64ed6b2d Fix build 9 years ago
James Jackson-South 8241314294 Getting close with that lookup now. 9 years ago
James Jackson-South a36061471b Better Huffman indexing. 9 years ago
James Jackson-South 0323d000f1 Almost got Huffman LUT working 9 years ago
James Jackson-South 0f6024247b Better Huffman decoding 9 years ago