python-FloatImg/floatimg/__init__.py

6 lines
196 B
Python

"""Python Binding to FloatImg """
# FloatImg class and static functions
from floatimg.image import FloatImg, create, create_rgb, create_from_dump, GRAY, RGB, fileinfos
__version__ = "0.0.1"