FormatΒΆ

The format submodule gather the different functions used to read and write images and video frames with different formats.

  • yuv.py for YUV data files.

  • png.py for PNG data

  • ppm.py for PPM data

  • data_type.py defines some useful types.