Releases: FHPythonUtils/BlendModes
Releases · FHPythonUtils/BlendModes
2024.1.1
2024.1
2024.1 - 2024/01/27
- remove
imagetools.renderWAlphaOffset
asblendLayers
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
2024.0.1 - 2024/01/19
- update dependencies
- ruff linting
2024
2024 - 2024/01/07
- update dependencies
2023
2023 - 2023/08/31
- Update deps