jomo / PNGExtract

Extract embedded PNG images from (binary) files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PNGExtract

Extract PNG images from (binary) files

Usage

pngextract <binary file> [output filename]

Example output

$ pngextract binary.bin

Found PNG #0
PNG written to binary.bin.0.png
Found PNG #1
PNG written to binary.bin.1.png
done
$ pngextract binary.bin output

Found PNG #0
PNG written to output.0.png
Found PNG #1
PNG written to output.1.png
done

License

WTPL

About

Extract embedded PNG images from (binary) files

License:Do What The F*ck You Want To Public License


Languages

Language:Ruby 100.0%