Vectraze is a powerful desktop application for Windows that transforms your images into pixel art. Built with WPF (.NET), it provides an intuitive suite of tools perfect for creating game assets, artistic pieces, or just for fun.
- Effortless Rasterization: Instantly convert any image into pixel art by specifying your desired width and height.
- Complete Drawing Toolkit:
- Paint Mode: Directly edit pixels on the canvas.
- Color Pickers: Easily select foreground and background colors.
- Undo/Redo: Correct mistakes with multi-level undo and redo.
- Powerful Image Manipulation:
- Background Remover: Quickly remove solid color backgrounds.
- Image Effects: Apply filters like Grayscale, Sepia, Invert, and more.
- Dynamic Canvas Resizing: Adjust the pixel art dimensions at any time.
- Streamlined User Experience:
- Save Your Work: Export the final pixel art as an image file.
- Docked Tools Panel: The editing tools are always accessible right next to your artwork.
- Easy Navigation: Return to the main screen with a single click to start a new project.
See how easy it is to turn a detailed illustration into pixel art in just a few clicks.
To build and run this project from the source code, you will need:
- Visual Studio 2019 or later
- .NET Framework (specify your version, e.g., 4.7.2)
- Clone the repository:
git clone https://github.com/your-username/Vectraze.git
- Open the solution file (
Vectraze.sln) in Visual Studio. - Build the solution (
Ctrl+Shift+B) to restore packages and compile. - Run the project (
F5).
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.

