Getting Started
Welcome to Pixel Art Rust! This guide will help you get up and running quickly.
Prerequisites
- Rust 1.70 or higher
- Cargo (comes with Rust)
- A terminal/command prompt
Quick Start
- Install the tool:
bash
cargo install pixel-art-rust
- Convert your first image:
bash
pixel-art-rust -w 32 -h 32 -i photo.jpg -o pixel_art.png
That's it! You've created your first pixel art.
Next Steps
- Learn about different algorithms
- Explore advanced usage
- See more examples