treeform / pixie-python

Full-featured 2D graphics library for Python.
MIT License
95 stars 2 forks source link

Can I do Image Mosaic Using this library? #24

Open HikariS97 opened 2 years ago

HikariS97 commented 2 years ago

Hi,

If I have known the related offset of translation and angle in pixels between centers of 2 images, can I use this library to generate a mosaic without explicitly considering allocating a big matrix matching to final image size, compensating for non-integer offset values, and converting the offset between image centers to left-up image origin?

Now, I'm doing these trivial things. It's fragile and troublesome.