python-FloatImg/floatimg/__init__.py

17 lines
284 B
Python

"""Python Binding to FloatImg """
# FloatImg class, constants & static functions
from floatimg.image import (
GRAY,
RGB,
FloatImg,
create,
create_rgb,
create_from_dump,
create_from_png,
fileinfos,
Contrast
)
__version__ = "0.0.1"