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

Update png_to_ico.bat #11

Closed drabspirit closed 4 months ago

drabspirit commented 4 months ago

Added these variables to the conversion process in the "png_to_ico.bat"; -resize 256x256^> -background none -gravity center -extent 256x256 which stop ImageMagik from stretching the contents.

Fix vs Original: image

FoxP commented 4 months ago

Thanks for the pull request ! 👍