816 Commits (116fc1172b4ca049992e051509d82058e404bc7f)

Author SHA1 Message Date
voidstar69 116fc1172b Updated every filter and sampler to call ParallelImageProcessor.OnRowProcessed to enabled progress notifications for client code 10 years ago
voidstar69 bdceb6f25c Added progress callback to IImageProcessor and ParallelImageProcessor 10 years ago
James Jackson-South 8244c52b07 Fix memory leak in BitmapEncoder 10 years ago
James Jackson-South 1f067a5293 Perf improvements + fix memory leak 10 years ago
James Jackson-South a0850baf42 Build fixes. 10 years ago
James Jackson-South 37d29cdf57 Png perf improvements + cleanup 10 years ago
James Jackson-South 7772c44450 Replace Zip (de)compression with MS deflate stream. 10 years ago
James Jackson-South 399c903131 Png now decodes using MS Deflate stream 10 years ago
James Jackson-South 6fee765781 Reduce magic number count by one. 10 years ago
James Jackson-South c475f85de5 Cleanup 10 years ago
James Jackson-South 4bd964d669 Minor bitmap optimizations 10 years ago
James Jackson-South a5fe87303d Remove unnecessary transform. 10 years ago
James Jackson-South f3b527df67 Resizer is now a 2-Pass 1D process. 10 years ago
James Jackson-South 4469d68889 Revert "Color is now linear by default." 10 years ago
James Jackson-South f4edf43b16 Color is now linear by default. 10 years ago
James Jackson-South 88540d32de Fix Hue to match MS docs 10 years ago
James Jackson-South 8d92b7e1a4 Clean up and refactor transforms 10 years ago
James Jackson-South bac1928a4b Slight optimisations to resampler. 10 years ago
James Jackson-South 29c530cc3c Optimize color transforms 10 years ago
christopherbauer 050296e8c2 Fix the partial struct issue in #298 10 years ago
James Jackson-South 0729bb8e8d Use vectors for gaussian blur/sharpen. 10 years ago
James Jackson-South faddc343c2 Tweak resampler, allow unsafe 10 years ago
James Jackson-South 03307973a9 Fix poor quality resampling. 10 years ago
James Jackson-South 15e8728f40 Update dependencies 10 years ago
James Jackson-South 537a6fea8a Doco 10 years ago
James Jackson-South 9ab0fb4aba SIMD optimisations 10 years ago
James Jackson-South 71e2a82271 Fix weight count 10 years ago
James Jackson-South c6651156f9 Add Color.Transparent 10 years ago
James Jackson-South aa370ec44f Inline methods for perf 10 years ago
James Jackson-South aa522d496c Minor optimisations 10 years ago
James Jackson-South 54693fe223 Optimise resampler 10 years ago
James Jackson-South 6f236e0d1f Tweak polaroid filter 10 years ago
James Jackson-South 4a450c2cad Fix glow/vignette 10 years ago
James Jackson-South 708bac6ce2 Another attempt at fixing Lerp. 10 years ago
James Jackson-South c216ba2214 Better transparency handling 10 years ago
James Jackson-South fbad7bb84c Use SIMD for matrix filters 10 years ago
James Jackson-South b0bca56bc6 Clean up primitives 10 years ago
James Jackson-South 36fb46cde6 More lenient colour space equality checkers 10 years ago
James Jackson-South 041e9fee3d Much better Vignette 10 years ago
Rubens Fernandes 05ee9c1da4 XYZ code updated, tests working against ColorMine.org. 10 years ago
James Jackson-South 0eae5df432 Can now choose colors on binary thresholder. 10 years ago
James Jackson-South 93e281481d Double Task count 10 years ago
James Jackson-South 9587f94ecb Ensure Image properties are copied across. 10 years ago
James Jackson-South 2682f2013f Clean up file headers 10 years ago
James Jackson-South 02fc215f8f A few Color tweaks 10 years ago
Rubens Fernandes b7c2a21023 Now tests match ColorMine. 10 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. 10 years ago
Rubens Fernandes 0511e6b812 Not finished. 10 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 db6d0811dd Adding simple decode for jpeg grayscale colorspaces. Also added test image 11 years ago