Animations
==========

Here we will explore what is
involved in creating animations (i.e., movies). Of course, an animation
is nothing more than a series of individual images played back in an
orderly fashion. Here, these images will have been created with GMT.
A GMT movie is made with the :doc:`movie </movie>` module that takes care of all the
book-keeping of making a movie (advancing frame counters, converting each
plot to a raster image, assembling the images into a movie).  The user
is left to focus on the creation of a main frame script (that will have access
to special variables to know which frame it is as well as user-defined data)
and optional scripts that
prepares files for the movie, lays down a constant background plot, and
appends a constant foreground plot.  The :doc:`movie </movie>` module explains
the available options and gives simple examples.  Below are more advanced
movie examples.  You can generate anything from tiny animated gif files
for your PowerPoint or KeyNote presentations or a full-featured movie with
thousands of frames at HD or 4k resolution.  **Note**: Several of the movie
examples have been purposefully made simpler by selecting lower frame rates
and coarser grids so that the automatic building of the documentation (which
includes the animations) does not take excessive time.

.. cssclass:: gmtgallery

.. jinja::

    {% for i in range(1, 6) %}
    {% set i = '%02d' % i %}
    -  .. figure:: /_images/anim{{i}}.*
          :target: ./animations/anim{{i}}.html

          :ref:`anim{{i}}`

    {% endfor %}

.. cssclass:: gmtmovie

- .. youtube:: 3vB53hoLsls
     :width: 100%

  :doc:`/animations/anim06`

- .. youtube:: KfBwQlyjz5w
     :width: 100%

  :doc:`/animations/anim07`

- .. youtube:: H0RyjHRhJ3g
     :width: 100%

  :doc:`/animations/anim08`

- .. youtube:: LTxlR5LuJ8g
     :width: 100%

  :doc:`/animations/anim09`

- .. youtube:: FLzYVo7wXAg
     :width: 100%

  :doc:`/animations/anim10`

- .. youtube:: nmxy9yb2cR8
     :width: 100%

  :doc:`/animations/anim11`

- .. youtube:: X8TojLs0NYk
     :width: 100%

  :doc:`/animations/anim12`

- .. youtube:: S-kRGxwOGJw
     :width: 100%

  :doc:`/animations/anim13`

- .. youtube:: Wk58r72g_nk
     :width: 100%

  :doc:`/animations/anim14`

.. toctree::
   :hidden:
   :glob:


   animations/anim*
