blur-ninja icon indicating copy to clipboard operation
blur-ninja copied to clipboard

Handling for odd-sized kernels

Open aeonios opened this issue 9 years ago • 0 comments

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.

aeonios avatar Jan 06 '17 19:01 aeonios