File: plugins.rst

package info (click to toggle)
python-imageio 2.37.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,144 kB
  • sloc: python: 26,306; makefile: 138
file content (14 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The ImageIO Plugin API
======================

.. automodule:: imageio.plugins

Example / template plugin
-------------------------

.. code-block:: python
    :linenos:

    {% for line in example_plugin %}
    {{line}}
    {% endfor %}