dmtools 0.1.0 Release Notes
Pre-release
Pre-release
This is the initial release for dmtools, a python package providing low-level tools for working with digital media programmatically. This minimal initial release includes the following modules: - netpbm: read/write the Netpbm image format - ascii: write ASCII images - sound: write WAV audio format - animation: write the MP4 video format - colorspace: transform colorspaces of images - arrange: create a grid of images These modules mainly fall into one of two categories: modules that deal with the reading and writing of a certain file format or modules that provide functionality for transforming images, video, or audio.