MarkOfLark / lodepng-rust

All-in-one PNG image encoder/decoder for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#LodePNG bindings for Rust

LodePNG is a stand-alone PNG image decoder and encoder (does not require zlib or libpng).

This package allows easy reading and writing of PNG files without any system dependencies.

To build the lodepng crate:

make crate

It will produce liblodepng-….rlib. For documentation of the structures and functions, see the original lodepng.h.

About

All-in-one PNG image encoder/decoder for Rust

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 100.0%