Skip to content

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

  1. Install the tool:
bash
cargo install pixel-art-rust
  1. 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

Released under the MIT License.