Small node.js script to extract JPEGs embedded into files
Created to extract JPEGs from Shockwave file types, mainly W3D/"3de" and DCR files.
node extract.js path
None, uses node.js standard libraries fs
and path
.
binwalk tends to overshoot data ending up in large filesizes in some cases.
Get texture names from W3D files and use it instead of array index for file namesDone