@Larry Hello, I started implementing IvThumbnail and IvThumbThread Class for the 'iv viewer thumbnail view' project. Here is the pull request for it: https://github.com/OpenImageIO/oiio/pull/256 Please have a look at it.
Thank you On Tue, Apr 3, 2012 at 4:31 AM, Panks <[email protected]> wrote: > Great, I would be implementing/adding one more function in ivImage class - > applyNearestNeighbor() > than would do the job i guess, while creating the thumbnail in a separate > thread. Proposal updated. > > On Mon, Apr 2, 2012 at 10:38 PM, Larry Gritz <[email protected]> wrote: > >> I would use nearest neighbor, or perhaps bilinear resampling first, and >> then see if there is any point in doing anything better. Let's see what it >> feels like the simplest way possible, then decide if more is needed. >> >> >> On Mar 31, 2012, at 3:53 PM, Panks wrote: >> >> I have submitted my proposal for the project ( >> http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/panks42/19001). >> Please give a look to it and put some suggestion and/or comments. >> The thumbnails generation is one thing I need to work upon. What do you >> suggest could be the best way for it? I am anyway, planning to run a >> separate thread for generation of thumbnails. Should I go for implementing >> nearest-neighbor scaling? or you have anything else in mind? >> >> >> -- >> 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 > > -- 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
