#codec #png #obfuscation #image

bin+lib png-rusty

A library to parse, encode, decode, manipulate PNG chunks

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 15, 2025

#440 in Images

GPL-3.0 license

475KB
891 lines

png-rusty

A toy project following the PNG ME project using the PNG specification.

Manipulate your PNG file to hide your data in a chunk of your desired type.

Commands

png-rusty encode ./dice.png ruSt "This is a secret message!
png-rusty decode ./dice.png ruSt
png-rusty remove ./dice.png ruSt
png-rusty print ./dice.png

Dependencies

~1.1–1.7MB
~32K SLoC