mvanaltvorst / bitmap-parser

A high performance /r/place bitmap parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitmap-parser

A high performance /r/place bitmap parser

Installation

Clone this repo to a local repository. Build using the following command:

cargo build --release

The binary should appear in ./target/release

Usage

Run using the following command:

./bitmap-parser input_file.bmp

Or use

./bitmap-parser

if you want that it fetches a bitmap itself. A file called out.png should appear

About

A high performance /r/place bitmap parser


Languages

Language:Rust 100.0%