Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transparent_rotate-0.10.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

transparent_rotate-0.10-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page