75 Commits (b91c085035cd925e235ff3c6f14bdec89abde85d)

Author SHA1 Message Date
Jeavon 8aa06d4a9a Re-enable failing tests 11 years ago
Jeavon cbcded8c90 Disabling failed tests to check AppVeyor artifacts 11 years ago
Jeavon 1eba782314 Missed the xproj file 11 years ago
Jeavon 427f5724ec Bring back the tests, now also a "Class Library (Package" project - followed examples here https://xunit.github.io/docs/getting-started-dnx.html 11 years ago
Jeavon 19fa17b26f Converting to a Class Library (Package) project - wow, this is a brave new world! 11 years ago
Jeavon 0a6dbdcd43 Update csproj files to ToolsVersion="14" 11 years ago
James Jackson-South 33876ba193 Switch out List for ImmutableArray 11 years ago
James Jackson-South 04b05fb00e Refactor edge detection to streamline API 11 years ago
James Jackson-South fa1c94b7d7 Fix transparency issues caused by rounding. 11 years ago
James Jackson-South ba3b4c6085 Add rectangular crop. 11 years ago
James Jackson-South 4fb5145377 Fix alpha in blur/sharpen 11 years ago
James Jackson-South f63d1bdb87 Add Gaussian sharpen 11 years ago
James Jackson-South 64460cb8b4 Fix Gaussian blur 11 years ago
James Jackson-South 6afcd2f6e8 Clean up Gaussian Blur. 11 years ago
James Jackson-South 7de90b3778 Playing with 1D Gaussian transforms 11 years ago
James Jackson-South 1f3d2e4e45 Refactor ColorMatrixFilter 11 years ago
James Jackson-South e52ddf1bf9 Add convolution filters 11 years ago
James Jackson-South 762bd235e8 Use Lerp silly! 11 years ago
James Jackson-South a080d98e8d Add blending functionlity. 11 years ago
James Jackson-South 21b3a408b3 Fix Saturation, tweak Polaroid. 11 years ago
James Jackson-South d7b76c6c58 Update all ColorMatrixFilters 11 years ago
James Jackson-South ee22c04e7a Begin convert to Matrix4x4 11 years ago
James Jackson-South 42c874262f Add brightness 11 years ago
James Jackson-South c7cfcb2088 Filters now use correct color struct. 11 years ago
James Jackson-South c371786f29 Wire up Bgra32 to match others 11 years ago
James Jackson-South f5bfad0217 Color to YCbCr conversion 11 years ago
James Jackson-South fe5735507b Color to CMYK conversion 11 years ago
James Jackson-South 789a3e81a1 Color to HSV conversion 11 years ago
James Jackson-South 99fe9a95d3 Fix Color component order 11 years ago
James Jackson-South 3a1b926b16 Switch over to new Color struct as default. 11 years ago
James Jackson-South cad02dd0a5 Remove multiplication 11 years ago
James Jackson-South 70f9057346 Reshuffle colors, improve accuracy of cspace conversion 11 years ago
James Jackson-South c723c10b33 Attempt to speed up operations using vectors. 11 years ago
James Jackson-South 78d43506d4 Cleanup plus perf 11 years ago
James Jackson-South ae10cf9e59 Fix rounding. 11 years ago
James Jackson-South d3e310f358 Update to NET 4.6 etc 11 years ago
James Jackson-South 18fd03b2d3 Moar cleanup 11 years ago
James Jackson-South bc9ef2252b Add ColorMatrix functionality 11 years ago
James Jackson-South aff5df8cca Add Alpha, enhance Contrast 11 years ago
James Jackson-South 7bb98d3931 Add Lanczos5 11 years ago
James Jackson-South b7cb38d16e Fixed resize. 😄 11 years ago
James Jackson-South 1606d54a7e Resizer updates 11 years ago
James Jackson-South 1fc138bc3b Cleanup for debugging. 11 years ago
James Jackson-South 5793ea73c2 Experimental resampler. Need y-axis fix 11 years ago
James Jackson-South 612541b891 Add new test image for rewrite 11 years ago
James Jackson-South c15a6e8773 Cleanup 11 years ago
James Jackson-South 7d7c9fef6c Adding some resamplers 11 years ago
James Jackson-South 6a91cc02f4 Add CMYK 11 years ago
James Jackson-South 2ee0e8bbe6 One method to rule them all. 11 years ago
James Jackson-South ee743a7118 Add Lanczos3 11 years ago