$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2006-06-25 11:39:33
On 6/5/06, Lubomir Bourdev <lbourdev_at_[hidden]> wrote:
> We just released the first version of our I/O extension, but we haven't
> updated the documentation yet. It supports JPEG, TIFF and PNG. It
> supports run-time instantiated images, so you can load the image in its
> native color space and channel depth.
>
> Our I/O operates at a very base level - like load the image in a given
> format from a given file. If you use GIL inside ASL you will get extra
> goodies - such as a dynamic registration of I/O modules
Hi,
Do you have any examples of this dynamic registration code and how to use it?
My company currently uses something like this for other image types,
and I am interested how yours works and how to possibly roll our image
readers into your framework.
Chris