Skip to content

Releases: hanzhi713/image-collage-maker

Photomosaic Maker v3.2

08 Dec 03:43
Compare
Choose a tag to compare

Version 3.2 Changes

  1. Drop dependencies on scikit-learn and scipy
  2. Drop ctype option
  3. Fix a bug of fair tile with saliency

Version 3.1 Changes

  1. Executable sizes on MacOS and Linux decreased significantly
  2. 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:

  1. Color blending
  2. Hyperparameter for balancing tile fairness and quality for unfair mode.

Photomosaic Maker v3.1

29 Nov 07:43
Compare
Choose a tag to compare

Version 3.1 Changes

  1. Executable sizes on MacOS and Linux decreased significantly
  2. 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:

  1. Color blending
  2. Hyperparameter for balancing tile fairness and quality for unfair mode.

Photomosaic Maker v3.0

27 Nov 08:45
Compare
Choose a tag to compare

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:

  1. Color blending
  2. Hyperparameter for balancing tile fairness and quality for unfair mode.

Test

28 Nov 01:10
Compare
Choose a tag to compare
Test Pre-release
Pre-release
fix saliency bug

update readme

Build v2.1

12 Dec 18:41
Compare
Choose a tag to compare

Added adaptive threshold (lower_thresh=-1)
Fixed GUI background color channel order
Reformatted code
Added GUI cli options

Build v2.0

05 Dec 15:44
Compare
Choose a tag to compare

New feature: Salient object detection & collage making
Improved documentation

Build v1.4

29 Nov 02:34
Compare
Choose a tag to compare
Build v1.4 Pre-release
Pre-release

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

25 Nov 01:08
Compare
Choose a tag to compare
Pre-release

Add MacOS build. Built on Kaiying's MacBook Air

Experimental Build for Windows v1.2

05 Nov 05:30
Compare
Choose a tag to compare
Pre-release
Fixed multiprocessing issues on Windows