Releases: hahnec/color-matcher
Releases · hahnec/color-matcher
Release v0.5.0
This release contains the following changes:
- fixes to handle gray-scale and alpha-channel images
- refactored code for
mkl_solver()
method for better readability (comply with PEP8) - added API function
ColorMatcher.transfer(src=src, ref=ref, method='hm-mkl-hm')
- note that the existing
ColorMatcher(src=src, ref=ref, method='hm-mkl-hm').main()
is still viable
Release v0.4.0
Release v0.4.0 contains the following changes:
- new interface method 'mvgd' for analytical solution of a Multi-Variate Gaussian Distribution (MVGD) transfer
- move of the CI pipeline to GitHub Actions
Release v0.3.4
This minor release update covers the following changes:
- output directory creation for processing a stack of input images
- CLI feedback about location of result(s)
- minor update on the documentation
- expand CLI unit tests (e.g. image dimensions)
Release v0.3.2
Release v0.3.2 contains the following changes:
- resolves image file batch processing from the command line following issue #1
- reduces repo size by removing redundant image
- set default paths for command line usage
Release v0.3.1
The release v0.3.1 includes some minor updates and bug fixes including:
- added support for Jupyter Demo using Binder
- resolve uppercase letters provided in method string
- renaming of ./test to ./tests folder
- fix for TestPyPi upload in TravisCI
- removed .DS_Stores files
Release v0.3.0
Release v0.3.0 features an analytical solution to the color transfer based on Multi-Variate-Gaussian Distribution (MVGD).
Release v0.2.6
This release fixes an issue when passing a directory as source in CLI usage (e.g. -s './' or --src='./')
Release v0.2.5
- add code coverage
Release v0.2.2
- fix in CLI usage: strip quotes and whitespaces
Release v0.2.0
- improved Reinhard method