Subject: [boost] best way to serialize a GIL image
From: Kenny Riddile (kfriddile_at_[hidden])
Date: 2009-03-25 17:22:31


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.