boost image manipulation lib?

Hi there, I'm interessted in weather there are people working on a library for image manipulation ( like scaling, contrast, brightness, etc. ) that is target to be added to boost. Especially the design of the manipulation pipeline would also interest me. I have an old c++ lib that implements the pipeline as a data flow network. Basically it defines operators ( like an ImageBrightnessOperator ) that takes an input image and passes the resulting image to the next operator, and so on. Since the source code is a "little" outdated and the design is not perfect, I would like to exchange the lib. Regards, Christian

Christian Henning said: (by the date of Mon, 7 Aug 2006 12:31:32 -0400)
Hi there, I'm interessted in weather there are people working on a library for image manipulation ( like scaling, contrast, brightness,
yes, look in the archives for GIL. This image manipulation library waits in the queue for a review. If you are interested in such library, then certainly you will want to write a review once the review is announced. There is a great presentation in flash and the author talking about his library: http://opensource.adobe.com/gil/documentation.html -- Janek Kozicki |

Thanks, this looks like exactly what I was looking for. Cool. I will certainly dig into it. Do you know of any mailing list for it? Thanks again, Christian
participants (2)
-
Christian Henning
-
Janek Kozicki