Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 621 Bytes

index.rst

File metadata and controls

19 lines (15 loc) · 621 Bytes

dmtools


dmtools (Digital Media Tools) is a Python package providing low-level tools for working with digital media programmatically. The netpbm module allows one to read and create Netpbm images. Color space transformations can be done with the colorspace module. Using ffmpeg, the animation module can export .mp4 videos formed from a list of images and the sound module can be used to add sound to these videos as well. Lastly, ASCII art can be produced with the ascii module.

.. toctree::
   :maxdepth: 2

   install/index
   tutorials/index
   modules