openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] v2 attributes


From: Brendan Bolles
Subject: Re: [Openexr-devel] v2 attributes
Date: Wed, 8 Aug 2012 15:57:41 -0400

On Aug 6, 2012, at 5:43 PM, Peter Hillman wrote:

> Making "type" a string should make for more elegant handling of  extra types 
> in the future.
> 


OK, but shouldn't we at least create some #defines or something so that instead 
of this:

if(type=="deepscanline") {}


we'd have something like this:

if(type==EXRTYPE_SCANLINE_DEEP) {}



Now that we can store multiple images, do we intend to deprecate the old way of 
handling views?


Brendan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]