Rip multiple pngs from binary file at once - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: Rip multiple pngs from binary file at once (/thread-39961.html) |
Rip multiple pngs from binary file at once - BlueYoshi-57EML - 11-28-2021 I've been trying to rip png sprites from a mobile game, they're in a file with about 1000 images together, is there a way to extract all pngs from the file? Edit:found a way to do it: download https://github.com/mwpenny/pngextract/releases/tag/v1.0 then open a cmd prompt mounted to the folder you downloaded the program in then in the cmd prompt write : pngextract-v1.0-win.exe [full filename of the file you want to get the pictures out of] |