Releases: hanzhi713/image-collage-maker
Photomosaic Maker v3.2
Version 3.2 Changes
- Drop dependencies on scikit-learn and scipy
- Drop ctype option
- Fix a bug of fair tile with saliency
Version 3.1 Changes
- Executable sizes on MacOS and Linux decreased significantly
- Add CLI options for color blending
Version 3.0 Changes
This release brings photomosaics with improved quality due to a redesign in algorithms. The codebase is also refactored.
Note that the ubuntu build only supports ubuntu 18.04 and onwards. The binary files may take a while to open.
New features:
- Color blending
- Hyperparameter for balancing tile fairness and quality for unfair mode.
Photomosaic Maker v3.1
Version 3.1 Changes
- Executable sizes on MacOS and Linux decreased significantly
- Add CLI options for color blending
Version 3.0 Changes
This release brings photomosaics with improved quality due to a redesign in algorithms. The codebase is also refactored.
Note that the ubuntu build only supports ubuntu 18.04 and onwards. The binary files may take a while to open.
New features:
- Color blending
- Hyperparameter for balancing tile fairness and quality for unfair mode.
Photomosaic Maker v3.0
This release brings photomosaics with improved quality due to a redesign in algorithms. The codebase is also refactored.
Note that the ubuntu build only supports ubuntu 18.04 and onwards. The binary files may take a while to open.
New features:
- Color blending
- Hyperparameter for balancing tile fairness and quality for unfair mode.
Test
fix saliency bug update readme
Build v2.1
Added adaptive threshold (lower_thresh=-1)
Fixed GUI background color channel order
Reformatted code
Added GUI cli options
Build v2.0
New feature: Salient object detection & collage making
Improved documentation
Build v1.4
Add resize flag
Add distance metric selection
GUI optimization & window resize support
Add Linux builds
Discard umap due to poor compatibility.
Experimental Build v1.3
Add MacOS build. Built on Kaiying's MacBook Air
Experimental Build for Windows v1.2
Fixed multiprocessing issues on Windows