Quote Originally Posted by Deep Thought
DOes anyone know of any freely available plugins to support importing targa and tiff files into QT? The DevIL library does what I need, but I'm not sure how to connect it to QT as a Qpixmap,Qimage or the like.
There is http://artis.inrialpes.fr/Software/TiffIO/ for TIFF. Probably no support for Targa, but it should be easy to implement one.

Also, I want to open and display a bunch of sequentially numbered image files as a continuous movie. What wouyld be the best way to do this? Can you construct a QMovie frame-by-frame? Or would be making a Vector<T> out of QImages be better?
Try with QMovie.