$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [GIL] planar view with different bit depth
From: Eloi Du Bois (eloi.du.bois_at_[hidden])
Date: 2009-12-21 11:55:15
Hi all,
I have a question. I am using gil to read exr image files (movie standard)
and I would like to know can I make a planar view with n channels of
different pixel bit depth...
That sound weird but the exr standard allow users to put channels of
different types !
For example:
R = unsigned int 32
G = half float
B = float
A = byte
Thank you,
Eloi.