Rotates images, makes the created background transparent
Project description
Rotates images, makes the created background transparent
$pip install transparent-rotate
from transparent_rotate import rotate_with_adjusting,rotate_without_adjusting
i1 = r"https://github.com/hansalemaos/screenshots/raw/main/splitted1.png"
i2 = rotate_without_adjusting(
img="https://github.com/hansalemaos/screenshots/raw/main/papag_00000008.png",
angle=60,
save_path=None,
)
# The picture can easily be merged with other pictures
from cv2watermark import merge_image_percentage_width_position
merg3 = merge_image_percentage_width_position(
back=i1,
front=i2,
percentx=20,
percenty=20,
front_percentage_width=30,
save_path="f:\\cv2mergepics\\rotate1.png",
)
i1 = r"https://github.com/hansalemaos/screenshots/raw/main/splitted1.png"
i2 = rotate_with_adjusting(
img="https://github.com/hansalemaos/screenshots/raw/main/papag_00000008.png",
angle=60,
save_path=None,
)
merg3 = merge_image_percentage_width_position(
back=i1,
front=i2,
percentx=20,
percenty=20,
front_percentage_width=30,
save_path="f:\\cv2mergepics\\rotate2.png",
)
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
File details
Details for the file transparent_rotate-0.10.tar.gz
.
File metadata
- Download URL: transparent_rotate-0.10.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b49fc38340e8ccb1f85cf24a196050fa1113439b70905e0184f51627bc7218e |
|
MD5 | 9153d9f0e0621bbcefcebc6433b2e65d |
|
BLAKE2b-256 | a2b197dfc6913c7f452d6d42b0bb0d713a02381fae5e3afa03e2279e243ad5a3 |
File details
Details for the file transparent_rotate-0.10-py3-none-any.whl
.
File metadata
- Download URL: transparent_rotate-0.10-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4278f5dfa3ba7eeeaf4b1d8767b06ce4c1c43f913e5823492f5a2676f47e0b58 |
|
MD5 | 3179e8f89e2a45ce4fa64d463e319939 |
|
BLAKE2b-256 | de4e96838b627580e53ba2136251af5160bb2a0d1c701b7253391ceb058b292a |