
25 Mar
2009
25 Mar
'09
9:22 p.m.
I have a class which contains a boost::gil::rgba8_image_t instance that I'd like to serialize via boost.serialization. I'm just wondering what the optimal way to do this would be. I have a couple naive ideas, but they involve additional copies of pixel data that aren't conceptually necessary.