79 Commits (d83852bbb22d534d55955fd65524d4b3790d16d5)

Author SHA1 Message Date
James Jackson-South d83852bbb2 Attempt fix build 11 years ago
James Jackson-South 8a9210f579 Various fixes 11 years ago
James Jackson-South fdc681a263 Add premultiplied alpha 11 years ago
James Jackson-South 4efbe87e73 Fix broken tests, update dependencies 11 years ago
Jeavon 298ec3cb73 Re-enable failing tests 11 years ago
Jeavon 56243be343 Disabling failed tests to check AppVeyor artifacts 11 years ago
Jeavon 9b01290215 Missed the xproj file 11 years ago
Jeavon 08565463f2 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 bdb98a25de Converting to a Class Library (Package) project - wow, this is a brave new world! 11 years ago
Jeavon 836583f406 Update csproj files to ToolsVersion="14" 11 years ago
James Jackson-South e42ae5e67d Switch out List for ImmutableArray 11 years ago
James Jackson-South d9b3976f03 Refactor edge detection to streamline API 11 years ago
James Jackson-South 1b97b9bb2a Fix transparency issues caused by rounding. 11 years ago
James Jackson-South 0c9788ffd3 Add rectangular crop. 11 years ago
James Jackson-South 49efa26822 Fix alpha in blur/sharpen 11 years ago
James Jackson-South 83a3caa2ea Add Gaussian sharpen 11 years ago
James Jackson-South 479b5fa7e0 Fix Gaussian blur 11 years ago
James Jackson-South 31240419c6 Clean up Gaussian Blur. 11 years ago
James Jackson-South 9281b45f43 Playing with 1D Gaussian transforms 11 years ago
James Jackson-South 2eb70d60ed Refactor ColorMatrixFilter 11 years ago
James Jackson-South 726e7b95db Add convolution filters 11 years ago
James Jackson-South dee39478e2 Use Lerp silly! 11 years ago
James Jackson-South 3e603f78b6 Add blending functionlity. 11 years ago
James Jackson-South 0a2de6a0d6 Fix Saturation, tweak Polaroid. 11 years ago
James Jackson-South 23e1c8f018 Update all ColorMatrixFilters 11 years ago
James Jackson-South a60d55bf83 Begin convert to Matrix4x4 11 years ago
James Jackson-South 456256fb8c Add brightness 11 years ago
James Jackson-South 7a4db5a0a9 Filters now use correct color struct. 11 years ago
James Jackson-South 7412355b11 Wire up Bgra32 to match others 11 years ago
James Jackson-South dcf1fa731b Color to YCbCr conversion 11 years ago
James Jackson-South 5dbc2d7566 Color to CMYK conversion 11 years ago
James Jackson-South dec346640e Color to HSV conversion 11 years ago
James Jackson-South 4806485884 Fix Color component order 11 years ago
James Jackson-South 6c23b82c08 Switch over to new Color struct as default. 11 years ago
James Jackson-South 53675ef9a6 Remove multiplication 11 years ago
James Jackson-South 8055100687 Reshuffle colors, improve accuracy of cspace conversion 11 years ago
James Jackson-South eabdd9074b Attempt to speed up operations using vectors. 11 years ago
James Jackson-South 9de975f6aa Cleanup plus perf 11 years ago
James Jackson-South 8ecbd33b50 Fix rounding. 11 years ago
James Jackson-South e7003539b4 Update to NET 4.6 etc 11 years ago
James Jackson-South e9e3e1bc17 Moar cleanup 11 years ago
James Jackson-South ed60538dc6 Add ColorMatrix functionality 11 years ago
James Jackson-South f1d485d39b Add Alpha, enhance Contrast 11 years ago
James Jackson-South 04cfafac8b Add Lanczos5 11 years ago
James Jackson-South 8b96f77e7e Fixed resize. 😄 11 years ago
James Jackson-South 3aea13209e Resizer updates 11 years ago
James Jackson-South 933f6d8f55 Cleanup for debugging. 11 years ago
James Jackson-South 889071abeb Experimental resampler. Need y-axis fix 11 years ago
James Jackson-South 3df1e8881e Add new test image for rewrite 11 years ago
James Jackson-South 224b7dbeea Cleanup 11 years ago