129 Commits (b79435b6c5529c9be22ded6dfddf6c2a98954f16)

Author SHA1 Message Date
James Jackson-South f4c5bfe2b9 Test pixel array is not reversed. #282 10 years ago
James Jackson-South fb2f2e5a76 Fix rename error 10 years ago
Jeffrey Parks a9fcaa4fe4 Optimized Vector usage in Color just a tiny bit 10 years ago
James Jackson-South 5697fc3653 Introducing ImageProcessorCore 10 years ago
James Jackson-South 3282b55fe8 Introducing ImageProcessorCore 10 years ago
James Jackson-South f2d1c8ad5d Rename to Core 10 years ago
James Jackson-South f401a21eff Rename to Core 10 years ago
James Jackson-South 06d5ce7e64 Complete progress messaging. 10 years ago
James Jackson-South afacaeaa08 Complete progress messaging. 10 years ago
voidstar69 cabef610f4 Updated every filter and sampler to call ParallelImageProcessor.OnRowProcessed to enabled progress notifications for client code 10 years ago
voidstar69 116fc1172b Updated every filter and sampler to call ParallelImageProcessor.OnRowProcessed to enabled progress notifications for client code 10 years ago
voidstar69 7feae71bee Added progress callback to IImageProcessor and ParallelImageProcessor 10 years ago
voidstar69 bdceb6f25c Added progress callback to IImageProcessor and ParallelImageProcessor 10 years ago
James Jackson-South ec68d40997 Replace Zip (de)compression with MS deflate stream. 10 years ago
James Jackson-South 7772c44450 Replace Zip (de)compression with MS deflate stream. 10 years ago
James Jackson-South 047b1f4f11 Reduce magic number count by one. 10 years ago
James Jackson-South 6fee765781 Reduce magic number count by one. 10 years ago
James Jackson-South d51529e40e Slight optimisations to resampler. 10 years ago
James Jackson-South bac1928a4b Slight optimisations to resampler. 10 years ago
christopherbauer 921adcb0b8 Fix the partial struct issue in #298 10 years ago
christopherbauer 050296e8c2 Fix the partial struct issue in #298 10 years ago
James Jackson-South 9818227ad0 Update dependencies 10 years ago
James Jackson-South 15e8728f40 Update dependencies 10 years ago
James Jackson-South 4250fe94ea Fix weight count 11 years ago
James Jackson-South 71e2a82271 Fix weight count 11 years ago
James Jackson-South 1f425e945d Add Color.Transparent 11 years ago
James Jackson-South c6651156f9 Add Color.Transparent 11 years ago
James Jackson-South 40a9b3c365 Inline methods for perf 11 years ago
James Jackson-South aa370ec44f Inline methods for perf 11 years ago
James Jackson-South 88cd09a5fe Another attempt at fixing Lerp. 11 years ago
James Jackson-South 708bac6ce2 Another attempt at fixing Lerp. 11 years ago
James Jackson-South fefd2a412a Enable all filter tests 11 years ago
James Jackson-South 4543b95fa6 Enable all filter tests 11 years ago
James Jackson-South 09176be63f Better transparency handling 11 years ago
James Jackson-South c216ba2214 Better transparency handling 11 years ago
James Jackson-South a7d6c055fb Clean up primitives 11 years ago
James Jackson-South b0bca56bc6 Clean up primitives 11 years ago
James Jackson-South e1379e549d More lenient colour space equality checkers 11 years ago
James Jackson-South 36fb46cde6 More lenient colour space equality checkers 11 years ago
Rubens Fernandes ba9718f2c0 XYZ code updated, tests working against ColorMine.org. 11 years ago
Rubens Fernandes 05ee9c1da4 XYZ code updated, tests working against ColorMine.org. 11 years ago
Rubens Fernandes e9070933fd Now tests match ColorMine. 11 years ago
Rubens Fernandes b7c2a21023 Now tests match ColorMine. 11 years ago
Rubens Fernandes 1aef93553f Tests included. Having a hard time making the unit test results match any web converter to a high degree. I am using the Colormine coefs, but since their calculations use double and I am using float, I am still in trouble with a few values. 11 years ago
Rubens Fernandes cb690286ec Tests included. Having a hard time making the unit test results match any web converter to a high degree. I am using the Colormine coefs, but since their calculations use double and I am using float, I am still in trouble with a few values. 11 years ago
Rubens Fernandes c94547caac Simple change to emulate the V2 resize behaviour - if either width or height is zero, then the image is scaled keeping its aspect ratio. 11 years ago
Rubens Fernandes 9ae86ee816 Simple change to emulate the V2 resize behaviour - if either width or height is zero, then the image is scaled keeping its aspect ratio. 11 years ago
Rubens Fernandes c8d46df4d7 Adding simple decode for jpeg grayscale colorspaces. Also added test image 11 years ago
Rubens Fernandes db6d0811dd Adding simple decode for jpeg grayscale colorspaces. Also added test image 11 years ago
Damiaan 36d239d49c CieXyz color space: add transform CieXyzToColor 11 years ago