https://github.com/ufthaq/zen-pixel
Zen Pixel : Illustrate Image Pixelation
https://github.com/ufthaq/zen-pixel
cpp desktop pixel-art raylib windows
Last synced: 2 months ago
JSON representation
Zen Pixel : Illustrate Image Pixelation
- Host: GitHub
- URL: https://github.com/ufthaq/zen-pixel
- Owner: UFTHaq
- License: mit
- Created: 2024-08-23T02:23:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T02:06:26.000Z (7 months ago)
- Last Synced: 2025-01-14T08:52:26.162Z (4 months ago)
- Topics: cpp, desktop, pixel-art, raylib, windows
- Language: C++
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://opensource.org/licenses/MIT)
# Zen-Pixel
Zen Pixel : Illustrate Image PixelationZen Pixel is a simple tool to visualize and manipulate digital image pixels, designed for pixel art and illustrate image pixelation.
![]()
## Zen Pixel Demo App
### Skill Issue:
- I dont know any build system yet, so sorry for dev.### Features:
- Drag&Drop PNG & JPG image.
- On/Off numbering.
- Casual/Index style number.
- Spacing.
- Corner rounding.
- Pixel range.
- Title input.
- Rendering resolution: HD, FHD, 4K, 6K.
- Zoom in out & Panning.
- Export image to PNG & JPG format.
- Screenshot:
![]()
### Tips:
- If you still doing setup, set the resolution value to 1 or 2 for faster response. doing it in 3 or 4 make it slower because it has so many data pixel to process.### Build with:
- C++20 in MSVC Visual Studio C++ 2022### Libraries:
- Raylib : [https://www.raylib.com](https://www.raylib.com/)
- SFML : [https://www.sfml-dev.org](https://www.sfml-dev.org/)### Download:
- Windows-x64 : [ZenPixel-v1.0.0-win64.zip](https://github.com/UFTHaq/Zen-Pixel/releases/download/v1.0.0/ZenPixel-v1.0.0-win64.zip)