Tags: adworacz/zsmooth
Tags
Standardize AVX2 as the default for x86_64 builds There's little point in differentiating it in build artifact names, since its what 99% of users will consume. Anyone else who needs even older builds can either compile the plugin themselves or open an issue describing their exact needs and I'll explore creating additional builds for older processors.
Version 0.2 Major changes: * Add FluxSmooth support * Substantially improve the performance of TemporalSoften * Update TemporalMedian to use compile-time generated sorting networks, which also leads to execellent performance for all radii. * Add `scalep` support to all filters, for optional parameter scaling. * Implement RG Mode 24 (which I missed in v0.1) * General code cleanup * More unit tests * Refactored the README a bit with tables to improve readability.