Releases: ksmet1977/luxpy
v1.11.4
v1.11.2
v1.11.2:
Except numpy and scipy, most other third-party packages are imported lazily to reduce the number of required packages for basic use. Several pip installs are available:
- pip install luxpy
- pip install luxpy[matplotlib]
- pip install luxpy[light]
- pip install luxpy[heavy]
The first one only auto-installs numpy and scipy, the next one adds matplotlib for plotting, ... (see setup.py for details on the other options). Many of the additional packages will be installed automatically (if not already) on first requirement.
v1.11.0
v1.11.0:
Except numpy and scipy, most other third-party packages are imported lazily to reduce the number of required packages for basic use. Several pip installs are available:
-
pip install luxpy
-
pip install luxpy[matplotlib]
-
pip install luxpy[light]
-
pip install luxpy[heavy]
The first one only auto-installs numpy and scipy, the next one adds matplotlib for plotting, ... (see setup.py for details on the other options). Many of the additional packages will be installed automatically (if not already) on first requirement.
v1.9.8
v1.9.6
v1.9.5
v1.9.3
Same as v1.9.2: updated, faster CCT conversion methods + moved the import of the imageio freeimage plugin inside the save_texture function until support is restored by imageio developers. This plugin is required for saving 16-bit PNG images, but until then, one could try saving them manually using opencv, openexr or PIL.
v1.9.2
Major update to cct.py (old function can still be found in cct_legacy.py). Even faster implementations + new methods. (brute-force search is not implemented in new module as some of the other methods can be faster and more accurate). Note that compared to v1.9.1 lot of lut generation functions and the way lut's can be represented as tuples has changed (leading to faster excecution).
v1.9.1
Major update to cct.py (old function can still be found in cct_legacy.py). Faster implementations + new methods. (brute-force search is not implemented in new module as some of the other methods can be faster and more accurate).
Some updates and small extensions to v1.9.0 and some bug fixes.