Exporting
=========

..  contents::
    :local:
    :depth: 2


Exporting Images
----------------

..  contents::
    :local:
    :depth: 1

export.save_bmp()
^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_bmp

export.save_eps()
^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_eps

export.save_jpeg()
^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_jpeg

export.save_png()
^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_png

export.save_ps()
^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_ps

export.save_tiff()
^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_tiff

export.save_wmf()
^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_wmf


Exporting Video
---------------

..  contents::
    :local:
    :depth: 1

export.animation_avi()
^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.animation_avi

export.animation_mpeg4()
^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.animation_mpeg4

export.animation_wmv()
^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.animation_wmv

export.animation_flash()
^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.animation_flash

export.animation_raster_metafile()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.animation_raster_metafile

export.animation.animation.export_animation_frame()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.animation.animation.export_animation_frame

export.save_time_animation_avi()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_avi

export.save_time_animation_mpeg4()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_mpeg4

export.save_time_animation_wmv()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_wmv

export.save_time_animation_flash()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_flash

export.save_time_animation_raster_metafile()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_raster_metafile

export.save_time_animation_bmp()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_bmp

export.save_time_animation_jpeg()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_jpeg

export.save_time_animation_png()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_png

export.save_time_animation_tiff()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autofunction:: tecplot.export.save_time_animation_tiff

