437 Commits (7ff465fdc5a7c479422ef4172a381c9f3ce0d0ff)

Author SHA1 Message Date
Jeavon acd51a5c05 ImageProcessor can be set to general framework dotnet 11 years ago
Jeavon 36831e98db 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 485f9a53e5 Adding netcore.platforms 11 years ago
Jeavon 3f0dad95d1 Updating some packages 11 years ago
Jeavon 9978665890 Bad reference 11 years ago
Jeavon fa857dd615 Converting to a Class Library (Package) project - wow, this is a brave new world! 11 years ago
Jeavon d6aef6fb3e Update csproj files to ToolsVersion="14" 11 years ago
James Jackson-South 823ea46e0d Switch out List for ImmutableArray 11 years ago
James Jackson-South 28a2c021d4 Add Premultiplied methods 11 years ago
James Jackson-South 8ce6458ab4 Use compand and inverse. 11 years ago
James South 16af180f9f Add Compand methods to Color 11 years ago
James Jackson-South 304b7b7bee Stylecop fixes 11 years ago
James Jackson-South f5dee9942a Fix property 11 years ago
James Jackson-South 1b02cc8256 Refactor edge detection to streamline API 11 years ago
James Jackson-South 11aa02a368 Refactor color matrix filters 11 years ago
James Jackson-South 147ff6f052 Change blend default to 50% 11 years ago
James Jackson-South 7362bc9290 Fix transparency issues caused by rounding. 11 years ago
James Jackson-South 8ce0085eda Fix Bgra32.ToString() 11 years ago
James Jackson-South 39d5590c92 Fix method overloads. 11 years ago
James Jackson-South 12e21f2c94 Add sharpen overloads 11 years ago
James Jackson-South 14e01a81c1 Add rectangular crop. 11 years ago
James Jackson-South 42f388283c Fix alpha in blur/sharpen 11 years ago
James Jackson-South ece2da8328 Add Gaussian sharpen 11 years ago
James Jackson-South 155b35aa57 Fix Gaussian blur 11 years ago
James Jackson-South 5bcbc32f07 Fix kernel size calculation 11 years ago
James Jackson-South b60e2a4c95 Clean up Gaussian Blur. 11 years ago
James Jackson-South d4073f87cd Playing with 1D Gaussian transforms 11 years ago
James Jackson-South 9a8e663579 Begin Gaussian filters 11 years ago
James Jackson-South 5b7c2cea17 Refactor ColorMatrixFilter 11 years ago
James Jackson-South 5e6923b78a Move to better folder 11 years ago
James Jackson-South 56d4d47e9d Add convolution filters 11 years ago
James Jackson-South c755ac602e Use Lerp silly! 11 years ago
James Jackson-South d955866f67 Add blending functionlity. 11 years ago
James Jackson-South 790f2925a8 Fix Saturation, tweak Polaroid. 11 years ago
James Jackson-South 20e3be2524 Update all ColorMatrixFilters 11 years ago
James Jackson-South 2f7f105a34 Begin convert to Matrix4x4 11 years ago
James Jackson-South 19c28047d9 Add brightness 11 years ago
James Jackson-South 73414b9c78 Add more filter methods to API 11 years ago
James Jackson-South d06bb12469 Filters now use correct color struct. 11 years ago
James Jackson-South eba8920d18 Wire up Bgra32 to match others 11 years ago
James Jackson-South d63df6015f Color to YCbCr conversion 11 years ago
James Jackson-South 1bdf766e50 Color to CMYK conversion 11 years ago
James Jackson-South 9c78e6cddd Color to HSV conversion 11 years ago
James Jackson-South b40f83194a Fix Color component order 11 years ago
James Jackson-South d673e2c8e8 Switch over to new Color struct as default. 11 years ago
James Jackson-South 85814e6491 Stylekitten 11 years ago
James Jackson-South 30ed18b00b Add equality operators to Color 11 years ago
James Jackson-South ad7a8336dc Remove multiplication 11 years ago
James Jackson-South d063655d5b Speed up Bitmap decoding 11 years ago
James Jackson-South 9242023b09 Fix stylecop issues 11 years ago