0 purchases
pylena 0.1.3
Pylena image processing library
Pylena is the Python interface to the modern C++ image processing library
Pylene. Its aim is to fill the three following requirements:
Interactivity
Genericity
Efficiency
Many image processing libraries succeed to fill these requirements but they are
still limited by the static nature of the C++ language, where the genericity,
based on templates, is resolved at compile time. Thus, the goal of this library is to tackle this problem.
Supported Python version
Currently, Pylena is tested and provides wheel for the following Python version:
CPython 3.8
CPython 3.9
CPython 3.10
CPython 3.11
Installation
Pylena is available on the PyPI server and can be simply
installed with pip by executing the following
command:
$ pip install pylena
Documentation
The documentation is available here.
Contributing
If you find any bug or have any suggestions, feel free to create a new issue
here or send an email to
[email protected].
Licence
Mozilla Public License Version 2.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.