Is there a package that can blur an image (represented as a Matrix{RGB{Float16}}
, or anything similar)?
No need for fancy bokeh simulation, just some basic Gaussian blur with a given radius, or whatever is fast. Asking before I implement it myself.