On Mon, Mar 19, 2012 at 9:52 AM, Panks <[email protected]> wrote: > I was asking, what will the transition effect while one image replacing > other during playback? Will the first image fade out, or wipe or something > like that.
What most people in the VFX and related industries usually want is simply that you display each of a sequence of images 1 after another, synchronised with the display refresh using something like glutSwapBuffers. There is no transition effects you just need to be able to accurately do this on images circa 2048x1556 24 times per second (and other frame rates). Critically you want frame by frame display capability so most 'movie' formats do not work. Ideally this would be colour managed, in this case I suspect using OpenColorIO, but that would be something to consider once you had the basic playback working. Kevin _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
