Movie class


\begin{classdesc}{Movie}{parameter_file = ''make_movie''}
This class is used to ...
...for the
'ppmtompeg' command which is used to generate the movie.
\end{classdesc}

The following are some of the methods available:

\begin{methoddesc}[Movie]{imageRange}{input_directory, first_image, last_image}
...
...mes in a certain range (e.g. 'image000.jpg' to 'image050.jpg').
\end{methoddesc}


\begin{methoddesc}[Movie]{imageList}{input_directory, image_list}
Use this metho...
...itrary image filenames from which the
movie is to be generated.
\end{methoddesc}


\begin{methoddesc}[Movie]{makeMovie}{movie}
Generate the movie with the specified filename.
\end{methoddesc}

A typical usage of Movie is shown below.


\begin{python}
''''''
Author: John Ngui, john.ngui@uq.edu.au
''''''
\par
...

esys@esscc.uq.edu.au