[wxPython] wxImage - multiple frames?

I'm being given a set of .tiff files, each of which contains
multiple frames. I'd like to be able to display each frame,
in turn, or better yet save each frame as an individual
file. I can use a wxImage to display the first frame simply
enough, but I don't see any way of getting subsequent
frames. There's a method in wxImageHandler that will
supposedly give me a count of how many frames there are, but
it's not very clear how to use that.

Is there a simple (or at least somewhat documented :wink: ) way
of converting a multi-frame file into a series of wxImages?

Jeff Shannon
Technician/Programmer
Credit International

Hi,

Jeff Shannon wrote:

I'm being given a set of .tiff files, each of which contains
multiple frames. I'd like to be able to display each frame,
in turn, or better yet save each frame as an individual
file.

Support for this was added to wxWindows after 2.3.2, it is in the
CVS. I don't know if already wxPython supports it, though.

bye,
Vaclav

Jeff Shannon wrote:
> I'm being given a set of .tiff files, each of which contains
> multiple frames. I'd like to be able to display each frame,
> in turn, or better yet save each frame as an individual
> file.

Support for this was added to wxWindows after 2.3.2, it is in the
CVS. I don't know if already wxPython supports it, though.

It's in the current wxPython CVS too, but I havn't tried it yet.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!