sng

Convert PNG images to/from text representation for lossless editing

brewmacoslinux
Try with needOr install directly
Source

About

Enable lossless editing of PNGs via a textual representation

Commands

sng

Examples

Convert a PNG image to a text-based SNG format$ sng input.png > output.sng
Convert an SNG text file back to PNG format$ sng output.sng > result.png
View the textual representation of a PNG file$ sng image.png | head -20