get a pseudoclass bmp / ico for windows
Posted: 2010-10-17T14:24:40-07:00
What do I set in the convert command to make a windows icon BMP file that is
BMP 16x16 16x16+0+0 8-bit PseudoClass 256c 1.3kb
longer:
I'm converting a several hundred images, trying to make a 16x16 windows ico icon file from each
They start like this:
JPEG 208x208 208x208+0+0 8-bit PseudoClass 256c 4.55kb (and similar, all jpegs, created with IM)
I run
/usr/bin/convert img/content_creator_thumb.jpg -thumbnail 16x16 icon.ico
and I get (identify icon.ico)
ICO 16x16 16x16+0+0 8-bit DirectClass 1.12kb
These don't load in the resulting windows software (its the uTorrent beta client for Windows)
I'm trying to get the resulting images to display within an application that uses windows libraries.
The example image that *works* is a bmp with pseudoclass
(identify -verbose here: http://209.237.247.1/other/attach/WORKING_VERBOSE.txt )
the working example is
BMP 16x16 16x16+0+0 8-bit PseudoClass 256c 1.3kb
a copy of the *working image* is here:
http://209.237.247.1/other/attach/WORKING.bmp
I need to find a way to make this kind of image from the IM convert command.
I've tried literally hundreds of different command line options, and the following formats
BMP
BMP2
BMP3
ico
icon
I've tried -type with all the options, and the resulting images do not have the type I specify
What do I set in the convert command to make a windows icon BMP file that is
BMP 16x16 16x16+0+0 8-bit PseudoClass 256c 1.3kb
Thank you...
BMP 16x16 16x16+0+0 8-bit PseudoClass 256c 1.3kb
longer:
I'm converting a several hundred images, trying to make a 16x16 windows ico icon file from each
They start like this:
JPEG 208x208 208x208+0+0 8-bit PseudoClass 256c 4.55kb (and similar, all jpegs, created with IM)
I run
/usr/bin/convert img/content_creator_thumb.jpg -thumbnail 16x16 icon.ico
and I get (identify icon.ico)
ICO 16x16 16x16+0+0 8-bit DirectClass 1.12kb
These don't load in the resulting windows software (its the uTorrent beta client for Windows)
I'm trying to get the resulting images to display within an application that uses windows libraries.
The example image that *works* is a bmp with pseudoclass
(identify -verbose here: http://209.237.247.1/other/attach/WORKING_VERBOSE.txt )
the working example is
BMP 16x16 16x16+0+0 8-bit PseudoClass 256c 1.3kb
a copy of the *working image* is here:
http://209.237.247.1/other/attach/WORKING.bmp
I need to find a way to make this kind of image from the IM convert command.
I've tried literally hundreds of different command line options, and the following formats
BMP
BMP2
BMP3
ico
icon
I've tried -type with all the options, and the resulting images do not have the type I specify
What do I set in the convert command to make a windows icon BMP file that is
BMP 16x16 16x16+0+0 8-bit PseudoClass 256c 1.3kb
Thank you...