$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GIL] [patch] read multipage TIFF files
From: Christian Henning (chhenning_at_[hidden])
Date: 2010-07-22 10:14:32
Hi Robert,
On Thu, Jul 22, 2010 at 3:21 AM, Robert Pollak <robert.pollak_at_[hidden]> wrote:
> Hi Christian,
>
>> Let me know if you wanna know more about the new gil::io? Reading and
>> writing tiff files has dramatically improved!
>
> I have found your announcement of it at
> http://listarchives.boost.org/Archives/boost/2008/04/135914.php . Why is tiff
> io speed improved, although you are still using libtiff?
>
What I mean is that you can now read/write bit-aligned images or tiled
images. You can use streams for reading/writing file from/into memory.
You can do that for all supported image formats. Also, you can read
subimages. Etc.
Regards,
Christian