Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 20:39

Added

  • Added the 09_sample_masks example
  • CLI: Resolved #38 by adding the repeat subcommand, which can be used to repeat transforms with different input images
  • PR#91 Added support for compiling and running texture-synthesis as WASM.

Fixed

  • PR#69 Improved performance by 1x-2x, especially for smaller inputs. Thanks @Mr4k!
  • PR#70 Improved performance by another 1x-2.7x, especially for larger numbers of threads. Thanks (again!) @Mr4k!
  • CLI: PR#71 The prebuilt binary for Windows is now packaged in a zip file instead of a gzipped tarball to improve end user experience. Thanks @moppius!
  • PR#98 fixed #85, sample masks could hang image generation. Thanks @Mr4k!