iso19794

ISO-19794 Image format for Python


License
CECILL-C
Install
pip install iso19794==0.1.0

Documentation

iso19794

Documentation Status CeCILL-C Python 3.x Build Status (Travis CI) Code Coverage Status (Codecov)

A Python library extending Pillow to support ISO-19794 images.

Installation

iso19794 is published on PyPI and can be installed from there:

pip install -U iso19794

Quick Start

To open an ISO 19794 image:

from import Image
import iso19794

img = Image("my_image.fir")
img = Image("my_image.fac")