Picwish Photo Enhancer
Project description
PicWish API for Python
Enhance images and remove backgrounds without tokens, accounts, or watermarks, and enjoy unlimited usage!
Features
- Image Enhancement: Improve image quality without watermark.
- Background Removal: Remove background from images.
Usage
1. Install
pip install picwish
2. Write the Code
import asyncio
from picwish import PicWish
async def main():
picwish = PicWish()
# Enhance an image
enhanced_image = await picwish.enhance('/path/to/input.jpg')
await enhanced_image.download('enhanced_output.jpg')
# Remove background from an image
background_removed_image = await picwish.remove_background('/path/to/input.jpg')
await background_removed_image.download('background_removed_output.png')
asyncio.run(main())
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
picwish-0.3.1.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file picwish-0.3.1.tar.gz
.
File metadata
- Download URL: picwish-0.3.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 218f30220aa67f91481fd2e01fada4a794192fdfb4b2c28bc1ee64e9c26e107a |
|
MD5 | f1f48ecde05513cda778bb9a221df369 |
|
BLAKE2b-256 | 6271e47980d5c7543f41abdad6220773a9c2ac65ed31bbea39f69d698c7c9290 |
File details
Details for the file picwish-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: picwish-0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f10537a4fecf91186b2a4589170890f4bc42052c864b57e6ea101b5a8925f2be |
|
MD5 | 9d4f72b2aeef017ddd43ec81a4688d1a |
|
BLAKE2b-256 | 51faa1d9c77bc978b95735f7c372e6c99cdb8ca21cbe67d905078a358e0bef53 |