2523 Commits (1f641d787ca4f4f04fe1ffbb786c302057ea132b)
 

Author SHA1 Message Date
James Jackson-South 1f641d787c More jpeg encoder cleanup [skip ci] 10 years ago
James Jackson-South ec0316c54c Minor cleanup of jpeg encoder 10 years ago
dirk cdb06fdd48 Added optimized implementation of PixelAccessor<TColor, TPacked> for Color. 10 years ago
dirk 7b316333db Used the new pixel code to optimize the BMP encoder. 10 years ago
dirk eb2d32ff94 Used the new pixel code to optimize the BMP decoder. 10 years ago
dirk 196cdf8b78 Added method to IImageBase that can be used to initialize the pixels of an image. 10 years ago
dirk f6e24968eb Added methods to copy data from the PixelAccessor to a PixelRow. 10 years ago
dirk 45d52c09ca Added methods to copy data from a PixelRow to the PixelAccessor. 10 years ago
dirk 180ed494ed Added new class that can be used to store a row of pixels. 10 years ago
dirk 4f08406452 Changed PixelAccessor to use IPackedPixel<TPacked>. 10 years ago
dirk 5216b86b51 Some fixes for SA1642. 10 years ago
dirk a6b5ce93ff Added missing braces and removed some empty lines. 10 years ago
dirk f8653e79e6 Resolved SA1407. 10 years ago
dirk b725d04a3f Removed empty lines. 10 years ago
dirk cca3574082 Changed field to a property. 10 years ago
dirk 7ad899a028 Removed trailing whitespace. 10 years ago
James Jackson-South b61c214ffd Merge pull request #1 from dlemstra/StyleCop 10 years ago
dirk 3c026f7bf9 Resolved SA1110, SA1117, SA1210 and SA1500. 10 years ago
dirk 7bdbbb5223 Resolved SA1001, SA1004, SA1025 and SA1027. 10 years ago
dirk 2ca895ded1 Moved using inside namespace. 10 years ago
dirk 2ae1ec035f Resolved SA1129. 10 years ago
dirk efc0470b53 Removed unnecessary parenthesis. 10 years ago
dirk 2619ca8ee1 Added missing this. 10 years ago
dirk 776cf3e759 Comment fixes. 10 years ago
dirk a8342f6397 Changed type of StyleCop dependency to build only. 10 years ago
dirk 51bc2daaf1 Fixed SA1633, SA1636, SA1638. 10 years ago
dirk 4187302a2f Added stylecop.json. 10 years ago
dirk fcec0296e2 Added StyleCop.Analyzers. 10 years ago
dirk 3de77ca163 Comment fixes. 10 years ago
dirk c7a6466e1c Enabled xml documentation. 10 years ago
James Jackson-South a28eaac7fd Fix build 10 years ago
James Jackson-South 760439185e Update readme 10 years ago
James Jackson-South 2b2ec84e9c Rename to ImageSharp 10 years ago
dirk 631988e84f Added missing Guards. 10 years ago
James Jackson-South e3765100d8 Don't adaptively encode indexed pngs 10 years ago
James Jackson-South 3feb2c1ae7 Fix spelling [skip ci] 10 years ago
James Jackson-South 3f730d9c3d Add repo clone warning and strip help message [skip ci] 10 years ago
James Jackson-South d0fcf65a0f Couple o' style: 👮 fixes [skip ci] 10 years ago
dirk 83582b8999 Added new interface to convert an IPackedPixel to and from a set of bytes. 10 years ago
dirk cf542ef1ec Enforce struct on TColor 10 years ago
dirk 7b7ae9344c Added extra interface IPackedPixel so we can easier add extra interfaces. 10 years ago
James Jackson-South d949ab0f26 Revert "Enforce struct on TColor" 10 years ago
James Jackson-South c6a36c9427 Enforce struct on TColor 10 years ago
James Jackson-South 436a105af7 Png stylecop 10 years ago
James Jackson-South a772712c93 Fix Image.ToString() to reduce debug workload. 10 years ago
James Jackson-South b6acde37a5 Use Jagged array for blur/sharpen. 10 years ago
James Jackson-South 8d56b21dab Cleanup benchmarks 10 years ago
James Jackson-South aa721c20a5 Use Jagged array for other edge detection filters. 10 years ago
James Jackson-South f955465e3d Merge pull request #501 from dlemstra/Convolution2DFilter 10 years ago
James Jackson-South 5c47cdd2a1 Use non-animated gif in benchmark [skip ci] 10 years ago