Skip to content

Releases: FHPythonUtils/BlendModes

2024.1.1

17 Mar 17:25
Compare
Choose a tag to compare

2024.1.1 - 2024/03/17

  • suppress warnings

2024.1

27 Jan 16:25
Compare
Choose a tag to compare

2024.1 - 2024/01/27

  • remove imagetools.renderWAlphaOffset as blendLayers now supports this:
      def blendLayers(
      	background: Image.Image,
      	foreground: Image.Image,
      	blendType: BlendType | tuple[str, ...],
      	opacity: float = 1.0,
      	offsets: tuple[int, int] = (0, 0),
      ) -> Image.Image:
  • better support for different sized images. Note if the background is smaller than the
    foreground then some of the foreground will be cut off

2024.0.1

19 Jan 21:00
Compare
Choose a tag to compare

2024.0.1 - 2024/01/19

  • update dependencies
  • ruff linting

2024

07 Jan 20:22
Compare
Choose a tag to compare

2024 - 2024/01/07

  • update dependencies

2023

31 Aug 19:50
Compare
Choose a tag to compare

2023 - 2023/08/31

  • Update deps