Volumetric (3D) is already built into the notion of an image. Field3D is an 
example where 3D data is stored as a volume. Believe it or not, TIFF can also 
do this and our plugin supports it, though I don't think I've ever seen a 3D 
TIFF in the wild.

Different modalities (for example, MRI and CT data in the same file) should be 
represented as subimages, although if they were already registered and 
isomorphic for pixel layout, then you could do multiple modalities as one 
subimage but just lots of data channels.

Time series should probably best be done as separate "subimages," and examples 
where we already do this are GIF and the ffmpeg plugin that handles movie files.



> On Jul 21, 2015, at 3:02 PM, Peter Black <[email protected]> wrote:
> 
> Hi Ghislain,
> 
> As far as I know, the 'temporal series of images' support is limited to the 
> concept of 'subimages' - i.e. a file can be a container for multiple 
> subimages or parts - EXR uses this concept extensively,  and I believe there 
> is/is going to be some support for an FFMPEG reader/writer which would imply 
> temporal series of images. For volume image support, I am not sure how well 
> the OIIO API really lends itself to voxel access and manipulation, but see 
> the Field3D support for an implementation of a volume format reader/writer in 
> OIIO - I believe it uses the concept of subimages to express planar 'layers' 
> of volume elements.
> 
> I'm sure Larry and others can expand on this answer.
> 
> -Pete
> 
> 
> 
> PETER BLACK  l  SYSTEMS DEVELOPER  l  PARK ROAD POST PRODUCTION LTD
> TELEPHONE +64 4 909 7800   l   WWW.PARKROAD.CO.NZ <http://www.parkroad.co.nz/>
> 
> From: "Ghislain Vaillant" <[email protected]>
> To: [email protected]
> Sent: Wednesday, July 22, 2015 1:49:29 AM
> Subject: [Oiio-dev] support for temporal image and volume series
> 
> Dear all,
> 
> Does OIIO support file formats which provide temporal series of images 
> (2D+time) and volumes (3D+time)? These are very common in medical image 
> formats.
> 
> If so, are there any examples of plugin or piece of documentation I 
> could refer to?
> 
> Best regards,
> Ghislain
> _______________________________________________
> Oiio-dev mailing list
> [email protected]
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
> 
> _______________________________________________
> Oiio-dev mailing list
> [email protected]
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

--
Larry Gritz
[email protected]


_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to