FoxP / PNG-to-ICO

KISS batch script to easily convert PNG, GIF, BMP, SVG or JPG images to multi-resolution ICO files using ImageMagick.
https://foxp.github.io/PNG-to-ICO/
The Unlicense
171 stars 20 forks source link

How to use it for multiple .png files that are in different folders? #1

Closed fireheart2008 closed 5 years ago

fireheart2008 commented 5 years ago

can you adjust the code to make this happen ? or at least adjust the .bat file for drag&drop multiple files from multiple folders?

FoxP commented 5 years ago

When you drag&drop files on a .bat script, Windows explorer only passes the first file as argument.

If you want to use it on multiple files or folders, you'll need to use the .exe installer : select multiples files / folder, right clic, and then select "PNG to ICO". I'll work.