2836 Commits (0f5cc2edc293777de41bcd686a6f4a94e5002d60)
 

Author SHA1 Message Date
Dirk Lemstra 0f5cc2edc2 Merge pull request #50 from olivif/olivif/enablevscodecov 10 years ago
Olivia c91ef7fe22 Fixing indentation in runsettings. 10 years ago
Dirk Lemstra d2669d0972 Minor refactoring inside some of the IsSupportedFileFormat methods. 10 years ago
Dirk Lemstra bb0226d239 Moved HeaderSize and IsSupportedFileFormat to IImageFormat. 10 years ago
Dirk Lemstra 13f8da0e51 Made all the Bootstrapper methods static and fixed thread safety issue. 10 years ago
James Jackson-South 30aca95f4c Merge pull request #46 from tocsoft/optimised-rectangle 10 years ago
Olivia cf1dd55e6f Adding runsettings file for code coverage 10 years ago
Olivia adec223461 Enable Visual Studio code coverage. 10 years ago
Scott Williams 1e16101e7d Make benchmarks return size not save images 10 years ago
Scott Williams 2dde2f73ca remove debug directive 10 years ago
Dirk Lemstra 497405391c Hide all skipped assemblies. 10 years ago
Dirk Lemstra 3c770bb6a3 Added guards and unit tests for the Bootstrapper. 10 years ago
Dirk Lemstra 6c69d339d1 Moved various properties from the encoder/decoder to the image format. 10 years ago
Dirk Lemstra 30c271e78d Added codecov badge. 10 years ago
Dirk Lemstra fc7e3ac225 Run CodeCoverage from the root. 10 years ago
Dirk Lemstra ca42f82295 Fixes for CodeCoverage. 10 years ago
Dirk Lemstra b36d7a6ae9 Changed the test images from string into TestFile. 10 years ago
James Jackson-South 58428cc840 Decode CMYK and YCCK images Fix #40 10 years ago
Scott Williams a6738d89e6 Add optimised RectanglePolygon 10 years ago
James Jackson-South 25ec9cea02 Merge pull request #43 from olivif/olivif/fixwarnings 10 years ago
James Jackson-South 80d3147901 Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp 10 years ago
James Jackson-South 78314a99eb Slight improvement in palette quantizer 10 years ago
Olivia e85583ad30 Fixing docs to start with uppercase letter. 10 years ago
Olivia 1b9926b16a Fixing more documentation warnings. Fixing generic type style warnings. 10 years ago
Olivia 4da1ebd55d Fixing missing parameter documentation warnings. 10 years ago
Olivia dcb6d1fa52 Fixing stylecop warnings on whitespace and usings. 10 years ago
Dirk Lemstra c44c75bebc Corrected batch file. 10 years ago
Dirk Lemstra 996b4836ad Try to figure out dotnet location. 10 years ago
Dirk Lemstra 5f2572623f Corrected dotnet folder. 10 years ago
Dirk Lemstra c6c0b61475 Implemented codecov. 10 years ago
James Jackson-South fc7fb1ff4b Remove allocation in octree quantizer. 10 years ago
James Jackson-South 77f9bdecae Update TPacked signature 10 years ago
James Jackson-South c06c53683d Remove unused glow reference. 10 years ago
James Jackson-South a45738193c Merge pull request #41 from tocsoft/optimise-polygon-merging 10 years ago
Dirk Lemstra 770b9d560b Fixed issue with incorrect X offset in the PixelAccessor that was reported by Anton Firsov. 10 years ago
Scott Williams e8d8928af3 fix stylecop issues 10 years ago
Scott Williams a9650c13ef Remove more linq calls 10 years ago
Scott Williams 73b378c4ca optimise complex polygons 10 years ago
James Jackson-South d6928ee787 Rename Blend to DrawImage 10 years ago
James Jackson-South cfbaa6ba11 Style👮 10 years ago
James Jackson-South 5fb939cb43 Merge branch 'refs/heads/pr/37' 10 years ago
James Jackson-South 7948f7348f Cleanup 10 years ago
James Jackson-South 46dd08ce7d Better transparency destection 10 years ago
James Jackson-South 846bb8d949 Use Vector2 10 years ago
James Jackson-South c7710390ec Speed up palette quantizer 10 years ago
Scott Williams 5c9f75ec95 add more details about patterns 10 years ago
Scott Williams 2a6c5ca996 add Image brush 10 years ago
Scott Williams 8242820773 provide graphics options for drawing methods 10 years ago
Scott Williams 3734d6628e store the final pattern as the colors not the bools 10 years ago
Scott Williams 72d62cb1e6 drop PointF and use Vector2 instead 10 years ago