BhavyeMathur / goopylib-v1

A simple-yet-powerful 2D graphics framework built on top of Tkinter capable of creating good-looking & modern GUIs, games, and simple animations.

Home Page:https://pypi.org/project/goopylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow compositing of Images of Different Sizes

BhavyeMathur opened this issue · comments

By default, PIL only supports compositing images of the same sizes on top of each other. Goopylib should allow users to composite images that are not the same size and align them with reference to the other image.