34 Commits (ffef3ecd147d2a30bdfeecdde28bf3ebd53a080e)

Author SHA1 Message Date
Anton Firszov 525124d849 removing unused stuff 8 years ago
Anton Firszov ad3eee5364 PngEncoderTests using reference images 8 years ago
Anton Firszov b389ce646a GifDecoderTests using reference images 8 years ago
Anton Firszov 79808201f1 DebugSaveMultiFrame() works 8 years ago
denisivan0v a631a64dfb Added an API to read base image information without decoding it 8 years ago
James Jackson-South 6469a42e77 Fix #403 8 years ago
James Jackson-South e25ee10acd Fix #405 8 years ago
James Jackson-South 1bf234db10 Fix #390 8 years ago
James Jackson-South 45a89e0631 Add FrameDecodingMode. Fix #255 8 years ago
Nikita Balabaev 93419ab0e4 fix bugs after merge 8 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Scott Williams 3382f49b06 metadata namespace fixes 9 years ago
Nikita Balabaev 1d81aedfd9 fixes on code review 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Nikita Balabaev f8573e334a Add an equivalent for System.Drawing.Image.GetPixelFormatSize() (#258) 9 years ago
Scott Williams 88e30a0134 fix apply processors to frames 9 years ago
Scott Williams babd2bc642 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Scott Williams fe61328183 fix formats + added sample for switching out encoders/decoders 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
James Jackson-South 5ec3f28532 Remove StandardImageClass 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Anton Firszov 8a63ceb75b tests for Png & Gif codecs 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Dirk Lemstra a9f4dc07a0 Renamed test classes. 9 years ago
Dirk Lemstra 3a0697b093 Added extra test for trimming comments. 9 years ago
Dirk Lemstra 675a97a877 Implemented the IEncoderOptions inside the gif encoder. 9 years ago
Dirk Lemstra 38e7a2dc1b Added extra overload for TestFile.CreateImage and used it in the tests. 9 years ago
Dirk Lemstra d35dc80374 Also allow specification of the text encoding inside the gif decoder. 9 years ago
Dirk Lemstra e508255180 Implemented the IDecoderOptions inside the gif decoder. 9 years ago