PNGify is command line tool written in Go that allows you to encode text and files into PNG images and decode them back to their original form. This a

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-13 15:30:03

PNGify is command line tool written in Go that allows you to encode text and files into PNG images and decode them back to their original form. This approach blends text and image processing, offering a funny way to store and retrieve data. The goal of this experimental project is to explore creative possibilities.

Use the encode command to convert data into a PNG image. You can use either the -t flag to encode text or the -f flag to encode a file.

Use the decode command to retrieve the original data from a PNG image. You need to provide the path to the PNG image using the -p flag.

Leave a Comment