$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [GIL] Black filled or not ?
From: Eloi Du Bois (eloi.du.bois_at_[hidden])
Date: 2010-01-13 07:37:09
Hi all !
I would like to know, when creating an image like that:
rgb32f_image_t img(w, h);
is the image filled with 0 by default or should I call fill_pixels ?
Thank you !
Eloi.