03-18-2015, 06:02 AM
Double-clicking doesn't work. As I said it's a command-line program, so you need to use the command prompt or a batch file. For example in a batch file you can write this:
And it will convert that image and save it in the current folder. You can convert multiple files in the folder "icps" to the folder "pngs" like this:
However if that still doesn't work then it might be missing something. Can you see any error message?
Code:
icp2png HELP_IMG_01.png.icp .
And it will convert that image and save it in the current folder. You can convert multiple files in the folder "icps" to the folder "pngs" like this:
Code:
icp2png icps pngs
However if that still doesn't work then it might be missing something. Can you see any error message?