Developer¶
Warning
The code repository is archived and not maintained anymore. This was one of my first python application so I would discourage to use it as learning material.
Public Github repository: https://github.com/MrLixm/Colorspace_Converter
-
master
: Public realease branch. -
develop
: Active development branch.
Creating the project¶
Using Python version 3.6.8
VirtualEnvironment:
$ pip install PySide2==5.13.1
$ pip install colour-science==0.3.15
$ pip install 'colour-science[optional]'
$ pip install fbs==0.8.6
$ pip install "..\oiio-2.0.5-cp36-none-win_amd64.whl"
The oiio Python wheel can be downloaded here: https://github.com/fredrikaverpil/oiio-python/releases
Install Windows 10 SDK¶
https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
Fix Scipy lib not found Issue¶
(On Windows at least)
Scipy cause problem when freezing, to fix:
- Go to the package location:
venvColour\Lib\site-packages\scipy
- Create a new folder
/extra-dll
- Copy the content of
/.libs
in/extra-dll