Skip to main content

A small example package

Project description

simplemosaic

Getting Started

Installing

pass

Usage

from ... import Converter, Mosaic, load_images
import cv2 as cv
image = Converter.load('default.jpeg')
images = load_images('pics')
mosaic = Mosaic(image, images, (70, 70), ratio=3000).create()
cv.imwrite("mosaic.jpg", mosaic)

Authors

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

simplemosaic-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

simplemosaic-0.0.1-py3-none-any.whl (4.7 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