Page 1 of 1

multi resolution ICNS generation

Posted: 2016-09-22T06:30:19-07:00
by wsielski
Hello,

I'm trying to generate an *.icns file from multiple *.jpg files so it'd be a multi resolution .icns file. I've managed to do so with the .ico but not with the .icns. Here is what I've tried:

Code: Select all

$ convert 48x48.jpg 100x100.jpg 150x150.jpg 200x200.jpg icon.ico # it works
$ convert 48x48.jpg 100x100.jpg 150x150.jpg 200x200.jpg icon.icns # it creates .icns file containing only 48x48.jpg

Re: multi resolution ICNS generation

Posted: 2016-09-22T07:06:10-07:00
by snibgo
"convert -list format" shows the formats that your version of IM can read/write. For me, ".ICNS" is not listed.