Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: FHPythonUtils/BlendModes

2025

20 Feb 19:57

Choose a tag to compare

2025 - 2025/02/20

  • optimise _setLum and _setSat functions
  • use uv instead of poetry
Assets 4
Loading

2024.1.1

17 Mar 17:25

Choose a tag to compare

2024.1.1 - 2024/03/17

  • suppress warnings
Loading

2024.1

27 Jan 16:25

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
Loading
Zinoujoker reacted with thumbs up emoji Zinoujoker reacted with laugh emoji Zinoujoker reacted with hooray emoji Zinoujoker reacted with heart emoji Zinoujoker reacted with rocket emoji Zinoujoker reacted with eyes emoji
1 person reacted

2024.0.1

19 Jan 21:00

Choose a tag to compare

2024.0.1 - 2024/01/19

  • update dependencies
  • ruff linting
Loading

2024

07 Jan 20:22

Choose a tag to compare

2024 - 2024/01/07

  • update dependencies
Loading

2023

31 Aug 19:50

Choose a tag to compare

2023 - 2023/08/31

  • Update deps
Loading