Skip to main content

image collage maker

Project description

Upload Python Package PyPI

image collage maker

Installation

pip install collage-maker

Descriptions

Collage is a image combiner to combine lists of arrays.

This is Collage Maker, it makes the collage with borders.

You may want to set the border_px, border_bg, direction to let it work.

By default, border_px=3, border_color=[255, 255, 255, 255]

Usage:

from collage_maker import make_collage
collage = make_collage(images=[
        [image_a, image_b],
        [image_c, image_d, [image_f, image_g]]
    ],
    direction=0, border_px=1, border_color=[0, 0, 0, 255])

.. note:: The border_color is of length 4 because images are length 4.

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

collage_maker-0.1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

collage_maker-0.1.1-py3-none-any.whl (4.1 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