Search found 4 matches

by AzJazz
2016-08-03T13:32:30-07:00
Forum: Users
Topic: Creating a Windows icon file for "Devices and Printers"
Replies: 6
Views: 8978

Re: Creating a Windows icon file for "Devices and Printers"

Maybe try something ike this to set the bit depths on the layers... convert input.png -write mpr:iconimg +delete ^ ( mpr:iconimg -resize 256x256 ) ^ ( mpr:iconimg -resize 48x48 ) ^ ( mpr:iconimg -resize 48x48 -depth 8 -colors 256 ) ^ ( mpr:iconimg -resize 48x48 -depth 4 -colors 16 ) ^ ( mpr:iconimg ...
by AzJazz
2016-08-03T12:21:45-07:00
Forum: Users
Topic: Creating a Windows icon file for "Devices and Printers"
Replies: 6
Views: 8978

Re: Creating a Windows icon file for "Devices and Printers"

Update:

Some stuff is working. I fixed the transparency errors, and I do see a 256x256 image now.

I now have these errors:

Image

I think that the -colors switch is not changing the bit depth the way that I expected.
by AzJazz
2016-08-03T12:12:51-07:00
Forum: Users
Topic: Creating a Windows icon file for "Devices and Printers"
Replies: 6
Views: 8978

Re: Creating a Windows icon file for "Devices and Printers"

Every parenthesis needs a space before and after it. Ah, thanks, snibgo! That fixed the parenthesis error that I was seeing. Unfortunately, the command line apparently isn't generating the image formats that I need: http://i64.tinypic.com/vii8g6.jpg I was just experimenting on the command line ...
by AzJazz
2016-08-03T10:53:00-07:00
Forum: Users
Topic: Creating a Windows icon file for "Devices and Printers"
Replies: 6
Views: 8978

Creating a Windows icon file for "Devices and Printers"

Hi - I am trying to create a Windows 7 - compatible .ICO file that will be used in the "Devices and Printers" window. I am using the Windows Metadata Authoring Wizard ( https://msdn.microsoft.com/en-us/library/windows/hardware/dn629490(v=vs.85).aspx ) that requires the ICO file to have multiple ...