2906 Commits (b5b2e05c772feb4655506ce14f437525810fe6e9)
 

Author SHA1 Message Date
James Jackson-South b5b2e05c77 Update System.Runtime reference for NET4.5 10 years ago
James Jackson-South 232a992ec8 Add build script 10 years ago
James Jackson-South 777b649edc Try configuring with dotnet commands and correct branch 10 years ago
James Jackson-South 6f0677abde Change ubuntu environment 10 years ago
James Jackson-South 2399d64746 Fix for dotnetcore 10 years ago
James Jackson-South e2421b80a6 Should be .travis 10 years ago
James Jackson-South 8456af8a39 Add Travis and Coverity 10 years ago
James Jackson-South 4e77ed5aba Update Readme [skip ci] 10 years ago
James Jackson-South 99fed3ff36 Merging into master 10 years ago
James Jackson-South 69b8cea55f Merging into master 10 years ago
James Jackson-South 4f533666d0 Merge pull request #53 from olivif/olivif/colorconstructortests 10 years ago
James Jackson-South 1bfd6bd4cf Waaaay to kill testing speed! 10 years ago
James Jackson-South d4ca605ff6 Merge remote-tracking branch 'refs/remotes/origin/Fix-gifs' 10 years ago
James Jackson-South 3f2b6c984d Reduce memory used during LZW decoding 10 years ago
James Jackson-South a00b5dd243 Decoder now performs faster than main 10 years ago
James Jackson-South dae509430b Add new test file. 10 years ago
James Jackson-South 00291ae57e Drop 127MB and 50ms off the Wu quantizer. 10 years ago
James Jackson-South bebe4b4057 Apply Otimizations to gif decoder. Touch #54 10 years ago
James Jackson-South e56789cafb Better transparency detection + reduce allocations 10 years ago
James Jackson-South d3684b6223 Better transparency detection + allocation removal 10 years ago
James Jackson-South 64d35e954b Ensure rented arrays are cleared 10 years ago
James Jackson-South 2f439592ef Revert decoder optimizations touch #54 10 years ago
Olivia 7f5139408c Adding color packing tests - FromVector4 ToVector4. 10 years ago
Olivia 8a3ef93855 Fixing object boxing by using dynamic. Adding tests for equality operator and not equality operator. 10 years ago
Olivia 67678d14a3 Adding equality and not equality tests on concrete object type. 10 years ago
Olivia c40ad7f870 Adding type to all constructor test data. 10 years ago
Olivia be91edde44 Adding type to equality test data. 10 years ago
Olivia 66f95c5f86 Adding remark on old tests 10 years ago
Olivia 7e09db435d Adding tests for colors with 3 floats constructors. 10 years ago
Olivia 242f550888 Adding tests for colors with 4 floats constructors. 10 years ago
Olivia 7b97edd123 Better way to test all colors with Vector4 and Vector3 constructors. 10 years ago
Olivia 17ce7b412d Adding color constructor tests. 10 years ago
James Jackson-South 3863f69bff Remove TPacked from generic signature 10 years ago
James Jackson-South 97eece56d3 Add non-generic IPackedPixel interface 10 years ago
James Jackson-South 94210c757a Merge branch 'refs/heads/pr/52' 10 years ago
James Jackson-South 46e11d7da1 Release requires explicit optimization option. 10 years ago
James Jackson-South 614ec92f4f Fix stylecop errors. 10 years ago
James Jackson-South a483e48ee3 Add BigEndianBitConverter tests 10 years ago
James Jackson-South 34dac96e5c Add LittleEndianBitConverter tests 10 years ago
James Jackson-South 729b3b3c6f Add EndianBinaryReader tests 10 years ago
Dirk Lemstra 970aa1fbf9 Enable warning as error for a release build. 10 years ago
Dirk Lemstra e4450d8b7c Fixed the last StyleCop warnings. 10 years ago
James Jackson-South caf562fb86 Merge pull request #49 from olivif/olivif/fixwarnings2 10 years ago
Dirk Lemstra a5083478ef Minor refactoring. 10 years ago
Dirk Lemstra b753f78553 Added an extra constructor to image that accepts a byte array. 10 years ago
Dirk Lemstra 9c17c6babb Merge pull request #51 from olivif/olivif/packedpixel_equality 10 years ago
Scott Williams c39a633fbf Port Clipper.cs into ImageSharp style 10 years ago
Olivia 6783e5de48 Adding tests for GetHashCode. 10 years ago
Olivia 729ef79d98 Adding test for not equals for all colours. 10 years ago
Olivia 30ceffa549 Adding tests for .Equals for all colours. 10 years ago