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
- Jakub Szkodny - szjakub
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
simplemosaic-0.0.1.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file simplemosaic-0.0.1.tar.gz
.
File metadata
- Download URL: simplemosaic-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
265a25b5b2656792e6bb4aa7fb11f7b8d0ceef9a40c66f321b808d887f91eff5
|
|
MD5 |
c410cec2da6544ef07d47b6b7cec41f8
|
|
BLAKE2b-256 |
e45124219ad21d8c32e0e80a594cd97d658b1fe13cb59fa475e28c82308a678a
|
File details
Details for the file simplemosaic-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: simplemosaic-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
63b149c9ab25b716ec808275c16e5aa4ec1f5c860085d7dfbd055cfc336fe690
|
|
MD5 |
1dbb976d5687b495b05753fbc5504c69
|
|
BLAKE2b-256 |
0bee87843a39fd73499cee0a6187321b59d5e88c1a956d7024277a0b8c81b768
|