$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-06-17 04:55:53
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).