A GUI tool to pixelate images by averaging colors within an interactively adaptable grid.
Project description
README.md
adaptive-pixelizer
adaptive-pixelizer is a simple GUI tool to pixelate images by averaging colors within a user-defined grid. It's designed for easily converting high-resolution pixel art or photos into a low-resolution, dot-art style with interactive editing capabilities.
Features
- Three-Step Workflow:
- Initial Grid Setup: Define the initial grid size and color calculation method.
- Interactive Grid Editing: Manually add, delete, and move grid lines directly on the image.
- Color Editing: Select and edit the colors of the generated pixels.
- Grid Editing Operations:
- Shift + Left Click: Add vertical line
- Shift + Right Click: Add horizontal line
- Ctrl + Click: Delete line under cursor
- Drag line: Move line
- Delete/Backspace: Delete line under cursor
- Color Editing Operations (Step 3):
- Click: Select/deselect individual pixel.
- Shift + Click: Select/deselect all pixels of the same color.
- Drag: Select/deselect pixels within the dragged area.
- Click outside pixels: Deselect all pixels.
- Edit Button / Menu: Change the color of selected pixels.
- Zoom and Pan: Easily navigate large images (Mouse wheel, Alt+Drag).
- Multiple Color Calculation Methods: Choose between Average, Median, or Mode for pixelation.
- Real-time Preview: See the pixelated result instantly (can be toggled on/off for grid editing).
- Undo/Redo: Supports undo/redo for grid modifications and color edits (including selection state).
- Simple Interface: Lightweight and easy to use.
Installation
You can install adaptive-pixelizer using pip:
pip install adaptive-pixelizer
Optional Dependencies:
For potentially faster median color calculation, NumPy is recommended:
pip install adaptive-pixelizer[numpy]
# or just "pip install numpy" separately
Usage
-
Launch the application by typing the following command in your terminal:
adaptive-pixelizer
-
Step 1: Initial Grid
- Click "画像ファイルを開く" (Open Image File) to load an image.
- Adjust the initial grid size using the spinboxes ("横", "縦").
- Select the color calculation method ("平均", "中央値", "最頻色").
- The preview updates automatically (if "プレビュー自動更新" is checked). Click "プレビュー更新" for manual update.
- Click "グリッド編集へ進む →" to proceed.
-
Step 2: Grid Editing
- Edit the grid lines on the left panel (original image) using the operations described in Features.
- You can change the color calculation method here as well.
- The preview updates based on the grid changes.
- Click "色編集へ進む →" to finalize the grid and proceed.
- Click "← 初期グリッドに戻る" to discard grid edits and return to Step 1.
-
Step 3: Color Editing
- Select pixels on the left panel (now showing pixelated blocks) using the color editing operations.
- Click "選択ピクセルを編集..." to open the color dialog and change the color of the selected pixels.
- Undo/Redo works for color changes and restores the selection state before the change.
- Click "← グリッド編集に戻る" to discard color edits and return to Step 2.
-
Saving:
- Once satisfied with the result (usually after Step 3), save the processed image using "ファイル" > "名前を付けて保存...".
Requirements
- Python 3.8 or later
- PyQt6 >= 6.4
- Pillow >= 9.0
- NumPy (Optional, >= 1.20 recommended for Median calculation)
- OS: Primarily tested on macOS, should work on Windows/Linux.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing / Issues
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 adaptive_pixelizer-0.2.0.tar.gz.
File metadata
- Download URL: adaptive_pixelizer-0.2.0.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3fa2af5bad808b3316b7dc2f0c58b779e5a2aa01a8d860271d5f5f641e31e9d
|
|
| MD5 |
f537949fb4301e5913ae8cb34bd0ee43
|
|
| BLAKE2b-256 |
02ea69cfbd9e8fe7e31a1ec856102171ad8e6626d696d14dafa28547739157f6
|
File details
Details for the file adaptive_pixelizer-0.2.0-py3-none-any.whl.
File metadata
- Download URL: adaptive_pixelizer-0.2.0-py3-none-any.whl
- Upload date:
- Size: 40.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e86979f147c7441630e007332b2a0e1036fe5f0c5d7348bf578ce4836db73609
|
|
| MD5 |
008d3c69b9abedf918c17074eacf4064
|
|
| BLAKE2b-256 |
b0829d9cc691883eea759adb6c7954062210600d93e49a98a3269b0e58e070ed
|