Hi all,Hi,
I am currently thinking on how to handle pipelines in some of my application. By pipeline, I mean "something" in which I can set an input, add some processing on that input, and retrieve the output (the result of the processing).
If I am not clear enough, let's go with an example. Suppose I have an image, and I want first to crop it, then apply a filter on the crop and get the result in another image.
Does boost has a library with such a feature?
Best regards,
Olivier