Bob’s I/O Routines for Images of Various type¶
This module provides a plugin for bob.io.base
that allows Bob
to read and write images using its native API (bob.io.base.load()
and
bob.io.base.save()
).
At present, this plugin provides support for the following types of images:
- TIFF
- JPEG
- GIF
- PNG
- BMP
- Netpbm images (PGM, PPM, PBM)