|
From: Hans-Bernhard B. <br...@ph...> - 2005-01-21 16:47:55
|
Jim Kleckner wrote: > I have also wanted to create GIF animations. How hard is it to > crack them back apart into individual images? I don't know. But it shouldn't be excessively hard --- even Java's AWT can do it ;-) > Note that the > current behavior for GIF and PNG is to lose all plots subsequent > to the first one. In the existing framework, that's one of only two possibly sane ways of doing it (the other: keep only the last page). > Would it make sense to define an option to > write these subsequent plots to sequentially numbered files? It might, if someone manages to pull it off and find an understandable user interface. I would imagine something like set output 'filename' numbered (maybe with some options to control how the numbers are put into the name). The main benefit of this approach would be that it would work for other file-based terminal drivers, too. |