It takes img and int zoom level and output zoomed image.
Project description
image-enlarge
It takes img and int zoom level and output zoomed image.
##Installation
pip install img_en
How to use it?
Example
import img_en
#importing module
img = img_en.load("image.jpg")
#loading image
zoom = 2
#declaring int value for level of zoom
zoomimg = img_en.enlarge(img,zoom)
#zooming image
img_en.save("zoomimage.jpg",zoomimg)
#saving zoom image
img_en.show("title",zoomimg)
#displaying image
img_en.wait(0)
#0 for stop
#1 for don't stop
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
img_en-0.1.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
img_en-0.1-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file img_en-0.1.tar.gz.
File metadata
- Download URL: img_en-0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37e74da4b4775532a6f254588fdd922b2491747135d15fb8a4b4c9b8fa496410
|
|
| MD5 |
a0683a83992c364082abb4258b566c00
|
|
| BLAKE2b-256 |
401c678e5b11ff0caf13ebde2c8ebe9b57f30c3779337dbd388900f20961b138
|
File details
Details for the file img_en-0.1-py3-none-any.whl.
File metadata
- Download URL: img_en-0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88594c84c0dc67bbe4fad73d65d89847a285cfcf8ce25a56f737c40641d61e82
|
|
| MD5 |
13d99ae4cf90d5665ca3543f23f8e51e
|
|
| BLAKE2b-256 |
8d9f8a3246bc1609c2493f5864ff621b542fd78a6eb0c28bf6361562b2f87ee7
|