evanpacini / netpbm-c

Some headers and experiments with netpbm and C.
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

feat: kernel type and kernel convolution #22

Open evanpacini opened 1 year ago

evanpacini commented 1 year ago

For the cases that can't optimized, we will need a plain old general kernel convolution algorithm to be implemented for things like edge detection, embossing, or even Gaussian blur.