
Search found 4 matches
- 2016-05-11T17:04:26-07:00
- Forum: Users
- Topic: how do I make a multi resolution .ico file?
- Replies: 18
- Views: 74590
- 2016-05-10T00:13:25-07:00
- Forum: Users
- Topic: how do I make a multi resolution .ico file?
- Replies: 18
- Views: 74590
Re: how do I make a multi resolution .ico file?
thanks, now with this command
magick "%~1" -resize 256x256 -gravity center -extent 256x256 -define icon:auto-resize="256,128,96,64,48,32,16" "%~n1.ico"
i get this http://uptobox.com/0x6umc2kj8wd
http://s32.postimg.org/jgiixemol/Spartacus.png
how to make the white color to tranparent?
magick "%~1" -resize 256x256 -gravity center -extent 256x256 -define icon:auto-resize="256,128,96,64,48,32,16" "%~n1.ico"
i get this http://uptobox.com/0x6umc2kj8wd
http://s32.postimg.org/jgiixemol/Spartacus.png
how to make the white color to tranparent?
- 2016-05-09T11:03:10-07:00
- Forum: Users
- Topic: how do I make a multi resolution .ico file?
- Replies: 18
- Views: 74590
Re: how do I make a multi resolution .ico file?
You should put the actual files online (not screenshots) and the command(s) you used, and say what version of IM you use, on what platform.
this my image :D
http://s32.postimg.org/6dqjyqipx/Spartacus.jpg
then convert to .ico with this command
magick "%~1" -define icon:auto-resize="256,128 ...
this my image :D
http://s32.postimg.org/6dqjyqipx/Spartacus.jpg
then convert to .ico with this command
magick "%~1" -define icon:auto-resize="256,128 ...
- 2016-05-09T06:20:07-07:00
- Forum: Users
- Topic: how do I make a multi resolution .ico file?
- Replies: 18
- Views: 74590
Re: how do I make a multi resolution .ico file?
I know this is an ancient post but I felt that I needed to add this here.
Hope this helps anyone looking to achieve this with some level of automation :D
-Jenkins
It will probably work with almost any version of Windows that anyone is still using, and almost any recent or near future version ...
Hope this helps anyone looking to achieve this with some level of automation :D
-Jenkins
It will probably work with almost any version of Windows that anyone is still using, and almost any recent or near future version ...