Subject: Re: [Boost-users] [GIL] How can I copy a subimage_view to a view?
From: Christian Henning (chhenning_at_[hidden])
Date: 2009-04-27 09:53:20


Quick question. Why don't you use the gil::image type as the member
instead of the gil::view? Doesn't that make more sense? I would argue
that your Image class should also be able to recreate or destroy its
pixels. Meaning own the pixels.

Christian