FastGaussianBlur icon indicating copy to clipboard operation
FastGaussianBlur copied to clipboard

Help for implementation?

Open davidlamhauge opened this issue 1 year ago • 7 comments

Hi, This is not a bug report, but an ask for help. I'm working on an FOSS called Pencil2D (www.pencil2d.org). It's a software that is used for traditional, hand drawn 2D animation. The last year I've worked on the camera. The rewrite is almost finished. The only thing missing is depth of field, and for this I need fast gaussian blur. I've looked at your code, and as I understand it, your software must be called via commandline, and saves the resulting image as a file. What I/we need is a c++ class (or function) that can be called, with an image, blur value and maybe more as parameters, and returning the same image, with added blur. I am not sure how to implement it. Could I persuade you to help me implement this? Looking forward to hear from you! Yours, David Lamhauge

davidlamhauge avatar Nov 30 '22 11:11 davidlamhauge