- remove `imagetools.renderWAlphaOffset` as `blendLayers` now supports this:
py
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