Myriad Utilities
Project description
This package is a collection of utilities that I find myself using across the various projects I've worked on in the past. Some have been extracted from packages, some from blog posts / stack overflow solutions, and some my own. Wherever possible, I have cited the source. Please do let me know if I missed out
Enable math like operations for joining PIL Images
from upyog.image import *
img1 = Image.open(...)
img2 = Image.open(...)
horizontal_join = img1 | img2
vertical_join = img1 // img2
To do this over a list of images, use:
img_join_horizontal(img_list)
img_join_vertical(img_list)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file upyog-0.7.17.tar.gz.
File metadata
- Download URL: upyog-0.7.17.tar.gz
- Upload date:
- Size: 221.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a976194438cf41bb4b7434816b88c3ff8a950ffe852d9b8c1e2a3e13a3041e
|
|
| MD5 |
88e60f0f5b6f929f49244c01549987c9
|
|
| BLAKE2b-256 |
21082cdf57a3f1dbceef4f4becc53cc789e6a1d7bcaf7c407178caa054ab37e5
|
File details
Details for the file upyog-0.7.17-py3-none-any.whl.
File metadata
- Download URL: upyog-0.7.17-py3-none-any.whl
- Upload date:
- Size: 209.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3faef9daa424c38d39a6640cf0fecf31147840f6f5ba533488e7d27399804f24
|
|
| MD5 |
9124a867d66657f023133c76b9251f3b
|
|
| BLAKE2b-256 |
513ba99788794eec281affd22ffa5ce552816a7bebec8d81e1396761500efff7
|