commit f9012fe4779a107b1f10b79ed3b312dcccff65d8 Author: Jan-Niclas Walther Date: Sat May 4 14:00:27 2019 +0200 Added iconify.bat diff --git a/iconify.bat b/iconify.bat new file mode 100644 index 0000000..3f01f64 --- /dev/null +++ b/iconify.bat @@ -0,0 +1,8 @@ + "C:\Program Files\ImageMagick-6.9.2-Q16\convert.exe" panda.png -bordercolor white -border 0 ^ + ( -clone 0 -resize 16x16 ) ^ + ( -clone 0 -resize 32x32 ) ^ + ( -clone 0 -resize 48x48 ) ^ + ( -clone 0 -resize 64x64 ) ^ + ( -clone 0 -resize 128x128 ) ^ + ( -clone 0 -resize 256x256 ) ^ + -delete 0 panda.ico \ No newline at end of file