Extract's and rebuilds a full map of zelda BotW interactive maps (any)
Actually could probably extract any map of any size as long as their files follows the pattern "X-Y", where X and Y are sequential numbers
You need to install GraphicMagick for the image stitching
Simply run npm install
and npm start
to run the tool
Read the first few lines (for now) to see the "parameters" you can give it (hardcoded, for now).
In the main.js
file, I reference IGN and Zelda Dungeon as potentials sources BUT this essentially steals their content.
Don't abuse this little tool.
Here's the resulting maps extracted using this tool.
In this folder, you'll find:
found.png
which is the original map I found that gave me the idea of having something with greater quality
IGN.png
which is the result of extracting the map from IGN
zeldadungeon.png
which is the result of extracting the map from Zelda Dungeon