$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] serialization of an dynamic array to read/write a image in xml
From: Damien R (damien.rg_at_[hidden])
Date: 2009-09-24 08:41:40
Markus Bader wrote:
> Hello
>
> I like to store and load images from a xml file.
> My problem is now the dynamic array which keeps the image data. I do
> not want to copy it into a container and I do not want to go in a for
> loop over every pixel.
> Any suggestions?
ar & make_nvp("data", make_array(mpData, mWidth*mHeight)) ?