I'm pretty sure there's already a few ones of these out there but here's my version
https://github.com/Jose134/HDtoSD
It basically takes all the "@2x" files in the folder and makes the half size resolution file for each one of them.
It has a replace option to set file overwritting, by default it's set to false so it will ignore the images that already have a normal size version. To enable it open the program from the terminal adding "-r true" like this:
C:\...\SkinFolder>HDtoSD.exe -r true
or
C:\...\SkinFolder>HDtoSD.exe --replace true
It also has the help parameter (-h or --help)
I hope it can help someone, have a nice day :3
https://github.com/Jose134/HDtoSD
It basically takes all the "@2x" files in the folder and makes the half size resolution file for each one of them.
It has a replace option to set file overwritting, by default it's set to false so it will ignore the images that already have a normal size version. To enable it open the program from the terminal adding "-r true" like this:
C:\...\SkinFolder>HDtoSD.exe -r true
or
C:\...\SkinFolder>HDtoSD.exe --replace true
It also has the help parameter (-h or --help)
I hope it can help someone, have a nice day :3