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.0.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file picwish-0.3.0.tar.gz
.
File metadata
- Download URL: picwish-0.3.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65142d446ef57a2387e08382e151efb9cb9eda3a21c527bbd87438d1a9459e9f |
|
MD5 | f6e916c87a78a599de586f2756cdffec |
|
BLAKE2b-256 | 4a2fcb09bf094618b0dbe70178407ce6fb620d7fa0296aafa4a0cb847944f7a8 |
File details
Details for the file picwish-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: picwish-0.3.0-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 | 7a05459a6408e8c8efe28c5054790b2059b9a65317791609a2c1e852e4bb8c11 |
|
MD5 | 5dbbbbf3af10f09c22dd24dc6f837242 |
|
BLAKE2b-256 | 749058fe94e62ae2845d7173ab554f540ebebbba5a2e8d49c189cbd0d0e894af |