-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: FHPythonUtils/BlendModes
Releases * FHPythonUtils/BlendModes
2025
2025 - 2025/02/20
- optimise
_setLumand_setSatfunctions - use uv instead of poetry
Assets 4
2024.1.1
2024.1.1 - 2024/03/17
- suppress warnings
Assets 4
2024.1
2024.1 - 2024/01/27
- remove
imagetools.renderWAlphaOffsetasblendLayersnow 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
Assets 4
1 person reacted
2024.0.1
2024.0.1 - 2024/01/19
- update dependencies
- ruff linting
Assets 4
2024
2024 - 2024/01/07
- update dependencies
Assets 4
2023
2023 - 2023/08/31
- Update deps