Releases: hanzhi713/image-collage-maker
Releases · hanzhi713/image-collage-maker
Photomosaic Maker v5.3
Fixes
Fixed #28
Notes
Since ubuntu 18.04 and macos 10.15 supports are dropped by github actions, we will no longer ship binaries for these versions.
Photomosaic Maker v5.2
New features
- Add support for tile info export when transparency masking or saliency is enabled
Changes
- Add progress info when assembling sorted tiles on grid
--video
mode will no longer export a MP4 video. Instead, individual frames will be exported as images.- Internal temporary image will be stored in memory in
uint8
format instead offloat32
, which should reduce memory footprint significantly.
Fixes
- Improve error catching for
imread
Photomosaic Maker v5.1
New Features
- Added a type of resize method call fit (
--resize_opt=fit
). This method keeps the aspect ratio of the tiles and add white padding to achieve the target aspect ratio (either user-defined through explicit tile-size or inferred)
Fixes
- Fixed GPU acceleration not enabled in
gui.py
(note: GPU acceleration is not available in prebuilt binary) - Fixed the problem that appears when
infer size
is not used.
Photomosaic Maker v5.0
New Features
- Added option transparency masking (
--transparent
flag for CLI) so tiles won't be placed on the transparent region of the destination image
Changes
- Added macos 12 and ubuntu 20.0 build (not tested)
- For the
salient
option, the background color option is removed. Now the background will be transparent for better flexibility and room for further editing.
Photomosaic Maker v4.2
Version 4.2 Changes
- Add support for dithering
Photomosaic Maker v4.1
Photomosaic Maker v4.0
Version 4.0 changes:
This major version includes a refactored codebase to support the following new features:
- non square tile size
- photomosaic videos
- better performance and GPU acceleration
v3.4-macos11
add macos 11 build
Photomosaic Maker v3.4
Version 3.4 Changes
- Updated dependencies and now build with Python 3.9
- Fixed #11
Version 3.3 Changes
- Fix a bug of fair tile with saliency
- Support displaying LAP (linear sum assignment, the algorithm used in fair tile mode) progress on windows
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.3
Version 3.3 Changes
- Fix a bug of fair tile with saliency
- Support displaying LAP (linear sum assignment, the algorithm used in fair tile mode) progress on windows
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.