blur-ninja
blur-ninja copied to clipboard
Handling for odd-sized kernels
Currently if the number of non-center taps is odd (eg for a 7-tap blur) it just throws an error if you try to use linear mode. It'd be better if it just made the outermost (or innermost) taps single-sampled so that at least most of the blur can use linear sampling.