
17 Jun
2008
17 Jun
'08
8:55 a.m.
Lasith Eranda wrote:
Hi all, I'm a university student looking for a c++ image processing library and I need to do some GUI stuff also. Does Boost have any options available. Thanks in advance.
Boost has the Generic Image Library (GIL). It allows applying a variety of image algorithms generically and efficiently, whatever the type of the image. It also has an I/O component that allows loading and saving from a few formats (jpeg, png, and tiff).