So we need some transition effects also here I guess, else it won't be far
from slideshow?

On Sun, Mar 18, 2012 at 4:30 AM, Larry Gritz <[email protected]> wrote:

> The "slide show" is just a very crude cycling through images, with n
> seconds delay before moving on to the next image (n >= 1).
>
> By "playback", we mean playing back the images at a very precise frame
> rate (24 or 30 fps for 2048 horizontal resolution images), with the usual
> "movie player" kind of controls (pause, play, forward, back, etc.).  This
> would probably require quite a bit of clever work in pre-caching the images
> as OpenGL textures in order to achieve frame rate, or possibly having one
> thread handle the interface and a second thread reading images ahead of
> when they are actually needed.  It needs to be a good movie player,
> although it only needs to play back a list of individual frames; in
> contrast to something like VLC, it does not need to understand movie
> formats like Quicktime or AVI, nor does it need to play back sound (for
> now, anyway).
>
>   -- lg
>
>
>
> On Mar 17, 2012, at 1:54 PM, Panks wrote:
>
> Hello everyone,
>
> This is Pankaj, I am undergrad student (2nd year) in dept of Computer
> Science and Engineering at Indian Institute of Technology, Madras.
> I went through the code of OpenImageIO and really liked it.
> I want to participate in GSoC this year and contribute to oiio. I went
> through I idea page (
> https://github.com/OpenImageIO/oiio/wiki/GSoC-Idea-Page) I liked a couple
> of ideas, I wanted to know about 'iv playback' I was interested in doing
> that, but in menu bar of iv there is already a slide show thing Tools>Slide
> Show. So wanted to know what is that and what I need to implement?
>
> By the way, while checking out the code today, I did a tiny modification
> to show the Zoom% also in status bar, here it is if anyone is intrested:
> https://github.com/panks/oiio
>
> Thank you
> --
> Pankaj
> UG Student *|* Dept. of Computer Science and Engineering
> IIT Madras, Chennai, India
>
> _______________________________________________
> 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
>
>


-- 
Pankaj
UG Student *|* Dept. of Computer Science and Engineering
IIT Madras, Chennai, India
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to