$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GIL] Can image::recreate reuse the memory?
From: Christian Henning (chhenning_at_[hidden])
Date: 2013-04-14 19:35:50
On Sun, Apr 14, 2013 at 7:15 PM, Christian Henning <chhenning_at_[hidden]>wrote:
>
> Well, after a deeper look, some ctors need _align_in_bytes from another
>> image... if you don't care an extra data member, it's still doable.
>>
>> Or maybe I should cook me own :(
>>
>>
> No need to cook your own. I think this functionality should be supported.
> For that I have added a resize() in the image, image_view, and some
> locators classes. I don't have time today to finish the code and commit it
> but tomorrow after work I should be able to finish the first version.
>
> I let you know!
>
>
Sorry, I don't think I was clear enough. I only added the resize() function
so I understand what I need to change. In the final version all the
necessary code will be inside recreate().
Christian