2829 Commits (235ad9ad749f3170bb86f293f41ae8c4dfee61d4)
 

Author SHA1 Message Date
James Jackson-South 235ad9ad74 Merge pull request #46 from tocsoft/optimised-rectangle 10 years ago
Scott Williams 800af5f7e8 Make benchmarks return size not save images 10 years ago
Scott Williams 0fa3c1390d remove debug directive 10 years ago
Dirk Lemstra 9f0c5d98db Hide all skipped assemblies. 10 years ago
Dirk Lemstra b44e4b138a Added guards and unit tests for the Bootstrapper. 10 years ago
Dirk Lemstra 7914848786 Moved various properties from the encoder/decoder to the image format. 10 years ago
Dirk Lemstra 7d8c291847 Added codecov badge. 10 years ago
Dirk Lemstra 4f4089eee9 Run CodeCoverage from the root. 10 years ago
Dirk Lemstra 31d8a459d7 Fixes for CodeCoverage. 10 years ago
Dirk Lemstra 6e0a9b49db Changed the test images from string into TestFile. 10 years ago
James Jackson-South 1fd9afcba6 Decode CMYK and YCCK images Fix #40 10 years ago
Scott Williams ea6ccd2eff Add optimised RectanglePolygon 10 years ago
James Jackson-South ae01797a6c Merge pull request #43 from olivif/olivif/fixwarnings 10 years ago
James Jackson-South 30de099769 Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp 10 years ago
James Jackson-South 33f3921e74 Slight improvement in palette quantizer 10 years ago
Olivia fe93690c6e Fixing docs to start with uppercase letter. 10 years ago
Olivia bb079906ea Fixing more documentation warnings. Fixing generic type style warnings. 10 years ago
Olivia a4ddbee902 Fixing missing parameter documentation warnings. 10 years ago
Olivia af018991e2 Fixing stylecop warnings on whitespace and usings. 10 years ago
Dirk Lemstra ce2b8aa0f9 Corrected batch file. 10 years ago
Dirk Lemstra 019c116e25 Try to figure out dotnet location. 10 years ago
Dirk Lemstra 4d58e73229 Corrected dotnet folder. 10 years ago
Dirk Lemstra 112bd4d19e Implemented codecov. 10 years ago
James Jackson-South 5397d76258 Remove allocation in octree quantizer. 10 years ago
James Jackson-South 9afc73d2b4 Update TPacked signature 10 years ago
James Jackson-South 01f1eec265 Remove unused glow reference. 10 years ago
James Jackson-South 50abd9f31f Merge pull request #41 from tocsoft/optimise-polygon-merging 10 years ago
Dirk Lemstra b3ecf0ec73 Fixed issue with incorrect X offset in the PixelAccessor that was reported by Anton Firsov. 10 years ago
Scott Williams 18d87956dc fix stylecop issues 10 years ago
Scott Williams 0cf795fc27 Remove more linq calls 10 years ago
Scott Williams 691c214a11 optimise complex polygons 10 years ago
James Jackson-South 7835f930ee Rename Blend to DrawImage 10 years ago
James Jackson-South 0bad55ab2d Style👮 10 years ago
James Jackson-South 57d12c6f7e Merge branch 'refs/heads/pr/37' 10 years ago
James Jackson-South 3b2558eac1 Cleanup 10 years ago
James Jackson-South 4dbe394c9d Better transparency destection 10 years ago
James Jackson-South 75775a6974 Use Vector2 10 years ago
James Jackson-South ff5ba9334d Speed up palette quantizer 10 years ago
Scott Williams 90e81c7ea8 add more details about patterns 10 years ago
Scott Williams 365541241e add Image brush 10 years ago
Scott Williams 8d85a75ced provide graphics options for drawing methods 10 years ago
Scott Williams c4ea9b5fc1 store the final pattern as the colors not the bools 10 years ago
Scott Williams e0f973f550 drop PointF and use Vector2 instead 10 years ago
Scott Williams 4d368d14a6 make constructor public 10 years ago
Scott Williams 3d3832adf1 stop using linq in InternalPath 10 years ago
Scott Williams 72977f953e simplify standard patterns 10 years ago
Scott Williams 41509f50dd internally store pattern as jagged array 10 years ago
Scott Williams 9f8690acb5 use loops instead of linq 10 years ago
Scott Williams 5467b96bc5 return Vector2[] instead of IEnumerable<Vector2> 10 years ago
Scott Williams 97bcb67352 use Vector2[] instead of List<Vector2> 10 years ago