Skip to content

2024.1

Choose a tag to compare

@FredHappyface FredHappyface released this 27 Jan 16:25
· 24 commits to master since this release

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