2508 Commits (ecddda19bfcf8390cea58fe69e4c7d34c8caa76a)
 

Author SHA1 Message Date
dirk ecddda19bf Removed trailing whitespace. 10 years ago
James Jackson-South 62ec1ca91e Merge pull request #1 from dlemstra/StyleCop 10 years ago
dirk f2b7f13aa3 Resolved SA1110, SA1117, SA1210 and SA1500. 10 years ago
dirk 468b5ea578 Resolved SA1001, SA1004, SA1025 and SA1027. 10 years ago
dirk a93ad19953 Moved using inside namespace. 10 years ago
dirk f1f8f6f8d1 Resolved SA1129. 10 years ago
dirk 320fb94dca Removed unnecessary parenthesis. 10 years ago
dirk db154c2ed9 Added missing this. 10 years ago
dirk b4eb8dcd5f Comment fixes. 10 years ago
dirk 7f4c5d61c6 Changed type of StyleCop dependency to build only. 10 years ago
dirk 81cacd0874 Fixed SA1633, SA1636, SA1638. 10 years ago
dirk 9f8e7e87e9 Added stylecop.json. 10 years ago
dirk 0a809e6121 Added StyleCop.Analyzers. 10 years ago
dirk 61c330dad6 Comment fixes. 10 years ago
dirk cf3d93e12f Enabled xml documentation. 10 years ago
James Jackson-South c6d8acb676 Fix build 10 years ago
James Jackson-South 3c10235418 Update readme 10 years ago
James Jackson-South a57c90d94b Rename to ImageSharp 10 years ago
dirk 2baccec150 Added missing Guards. 10 years ago
James Jackson-South 4ec2fe9aa5 Don't adaptively encode indexed pngs 10 years ago
James Jackson-South 132c7ed43c Fix spelling [skip ci] 10 years ago
James Jackson-South b546916884 Add repo clone warning and strip help message [skip ci] 10 years ago
James Jackson-South a49a8572d1 Couple o' style: 👮 fixes [skip ci] 10 years ago
dirk 36cf049c29 Added new interface to convert an IPackedPixel to and from a set of bytes. 10 years ago
dirk a27f4b953b Enforce struct on TColor 10 years ago
dirk 7cc5398365 Added extra interface IPackedPixel so we can easier add extra interfaces. 10 years ago
James Jackson-South 654af81258 Revert "Enforce struct on TColor" 10 years ago
James Jackson-South 13c865ca18 Enforce struct on TColor 10 years ago
James Jackson-South 8c9c359a09 Png stylecop 10 years ago
James Jackson-South 5ddca73bc3 Fix Image.ToString() to reduce debug workload. 10 years ago
James Jackson-South 9903945b53 Use Jagged array for blur/sharpen. 10 years ago
James Jackson-South 42b3639d5c Cleanup benchmarks 10 years ago
James Jackson-South 41249090d8 Use Jagged array for other edge detection filters. 10 years ago
James Jackson-South 6623391697 Merge pull request #501 from dlemstra/Convolution2DFilter 10 years ago
James Jackson-South 2c787f0ba1 Use non-animated gif in benchmark [skip ci] 10 years ago
James Jackson-South 0ac0322876 Color stylecop [skip ci] 10 years ago
dirk f3794e4941 Use Vector4 when packing the Color value. 10 years ago
James Jackson-South e88cc9f554 Merge pull request #500 from dlemstra/Color 10 years ago
dirk bd61511d7d Added benchmarks for detecting edges. 10 years ago
dirk 40638d4e8a Added command for running starting the benchmarks. 10 years ago
dirk 7f5411a682 Added benchmarks for encoding and decoding. 10 years ago
dirk c7606def89 Use jpeg instead of jpg. 10 years ago
dirk 31c8675e50 Added headers. 10 years ago
dirk a46fa4281a Use jagged instead of multidimensional array as suggested in #462. 10 years ago
dirk d72ed0ac01 Refactored creating the output directory. 10 years ago
dirk 2102ff5186 Only read and decode the test images once in the unit tests. 10 years ago
dirk d9dd7d9acb Removed unused variable. 10 years ago
dirk 96fa42559f Corrected default namespace. 10 years ago
dirk 43c366a6d0 Added FromHex and ToHex to color. 10 years ago
dirk b0aac6e855 Refactored color to store the value as RGBA. 10 years ago