3314 Commits (9ac270c6d64be2df9e472f6fd449003997efc5bc)
 

Author SHA1 Message Date
Dirk Lemstra 9ac270c6d6 Added overloads to the decoder that use the coder specific options. 9 years ago
Dirk Lemstra 68ac211269 Added options for the encoder. 9 years ago
Dirk Lemstra 839ca54291 StyleCop fix. 9 years ago
Dirk Lemstra 6878997af7 Also allow specification of the text encoding inside the gif decoder. 9 years ago
Dirk Lemstra b27fa62a6a Implemented the IDecoderOptions inside the png decoder. 9 years ago
Dirk Lemstra 966648ed0c Use constructor instead of property to get the default decoder options. 9 years ago
Dirk Lemstra c7ced5bcdf Implemented the IDecoderOptions inside the jpeg decoder. 9 years ago
Dirk Lemstra 32481be496 Implemented the IDecoderOptions inside the gif decoder. 9 years ago
Dirk Lemstra 395505ac66 Added options for the decoder. 9 years ago
Scott Williams 232312b5ca Merge pull request #110 from Toxantron/master 9 years ago
Toxantron e5ea99f222 Develop with VSCode 9 years ago
Anton Firszov c3ef4a0160 restored <inheritdoc /> on PackedValue-s 9 years ago
Anton Firsov e6a0f11933 Merge pull request #109 from JimBobSquarePants/simplified-IPixel 9 years ago
Anton Firszov 1c75b86004 Merge remote-tracking branch 'origin/master' into simplified-IPixel 9 years ago
Anton Firszov 3cdc423500 The return of IPackedVector<T> 9 years ago
James Jackson-South 7044e15e24 Merge pull request #108 from JimBobSquarePants/fast2d-convolution 9 years ago
Dirk Lemstra b4057ad78a Added a debug version of the Guard class so we get exceptions for debug asserts instead of a dialog. 9 years ago
Anton Firszov bba886e214 fix 9 years ago
Anton Firszov 53e56630f7 Merge remote-tracking branch 'origin/master' into simplified-IPixel 9 years ago
Anton Firszov 1125edcef8 IPixel 9 years ago
Anton Firszov 8df8fc11d9 IPixel 9 years ago
Anton Firszov c082056db7 ArrayPointer<T> 9 years ago
Dirk Lemstra f137b8bc14 Whitespace. 9 years ago
Scott Williams 54c65567ce Improve Fast2DArray initialisation 9 years ago
Anton Firszov 680ac0de5a better Array2D benchmark 9 years ago
James Jackson-South ef09d48c11 Use Fast2DArray for all convolution algorithms. 9 years ago
James Jackson-South c0a0a70852 Merge pull request #107 from JimBobSquarePants/named-colors 9 years ago
Scott Williams cfefe30aa9 Add namedcolors to work for all TColor types 9 years ago
James Jackson-South 13db3b38d9 Merge pull request #106 from JimBobSquarePants/dithering 9 years ago
James Jackson-South e06b30f044 Use Fast2DArray for error diffusion. 9 years ago
James Jackson-South 3ff7942475 Use Fast2DAarray for ordered dither. 9 years ago
James Jackson-South f75ab4c435 Use jagged arrays 9 years ago
James Jackson-South a8517788a3 Remove extra stream 9 years ago
James Jackson-South 63698b721e Merge remote-tracking branch 'refs/remotes/origin/master' into dithering 9 years ago
James Jackson-South f4f84af2a8 Better integration tests 9 years ago
James Jackson-South dfbdba5763 Use caching for the distance calculation 9 years ago
James Jackson-South 056588aef4 Cleanup 9 years ago
James Jackson-South 1c24bdc96b Use Octree for Png for dithering 9 years ago
James Jackson-South 94bc2209de Fix terniary 9 years ago
Scott Williams 4142d5661f Merge pull request #101 from JimBobSquarePants/tocsoft/file-io 9 years ago
James Jackson-South 531c7aa32d Add ordered dithering 9 years ago
Scott Williams d56cb87615 correct define tag 9 years ago
Scott Williams 203fe3cfd5 change NO_FILE_IO to NETSTANDARD11 9 years ago
James Jackson-South c89426c1a9 Merge remote-tracking branch 'refs/remotes/origin/master' into dithering 9 years ago
James Jackson-South 972e345ab8 Ignore chunk length of 1. Fix #103 9 years ago
James Jackson-South b2dfc0fd28 Whitespace 9 years ago
Scott Williams 11ffe9be57 fix vars 9 years ago
James Jackson-South 7360c9da49 Add information files 9 years ago
James Jackson-South 6d9d6616fc Add error diffusion binerization 9 years ago
James Jackson-South c7c05c9b1d Rename base interface, fix Stucki filter 9 years ago