BluePixel AI Image/Video Editor CLI — open-source project by vivo Image Group
Project description
BluePixel CLI
Open-source AI image/video editing CLI by vivo Image Group.
Edit images and videos with natural language — 4K native output, pixel preservation, and seamless AI processing.
Install
pip install bluepixel-cli
Quick Start
# Edit an image
bluepixel edit photo.jpg --prompt "Remove the background" -o output.png
# Use a specific model
bluepixel edit photo.jpg --prompt "Upscale to 4K" --model bluepixel-pro -o output.png
# List available models
bluepixel models
Python API
from bluepixel import BluePixelClient
client = BluePixelClient()
result = client.edit(
image="input.jpg",
prompt="Remove the person in the background",
resolution="4k",
preserve_pixels=True,
)
result.save("output.jpg")
Features
- 🎯 4K Native Output — no downscaling during AI processing
- 🔒 Pixel Preservation — untouched areas stay byte-identical
- 💬 Natural Language — just type what you want
- 🔗 API & CLI — use from terminal or Python code
License
Apache 2.0
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
bluepixel_cli-0.1.0.tar.gz
(4.7 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
File details
Details for the file bluepixel_cli-0.1.0.tar.gz.
File metadata
- Download URL: bluepixel_cli-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2118a19b3f19da338ef35a31abd0bf8483d7c21b90181d4ba65ef50c32b888b0
|
|
| MD5 |
f02a2ea78d4e7d9624fb5337117a0f6a
|
|
| BLAKE2b-256 |
a7d7a48f14355ac7315eaf358c2afe41950acbdc021a7605df52577fb61d4342
|
File details
Details for the file bluepixel_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bluepixel_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bcb32cb24220fd21feb0d557b64bd2a6c8b5e50a96b2570af481ed80aca905c
|
|
| MD5 |
aedea4cb05a7ffe8cd9ad7331709abe7
|
|
| BLAKE2b-256 |
dd0b6203e3062a879c020b27964464d5beb40fae6d5c70ff074a5407ddfc9b27
|