What I wish to be able to do is to write a program that converts
a BMP, GIF, JPG, or JPEG file an icon (.ICO). I have pored over
the Win32Api Help file, and the API routines for images, etc.,
overwhelms me, and I have not been able to find a clearcut
algorithm for achieving my goal. I would like to be able to
convert the images to ICO's with support for up to 96x96 pixels
and True Color color depth. Naturally, lesser settings would
also have to be supported.
Can anybody please give me the sequence/names of the API calls
to use to accomplish this? Do NOT include example code, as THAT
much I can figure out myself, please.
Thanks in advance!
Clay Clear
------------------
Head SysOp/Owner
Clear's Critters BBS
Node 1: (218) 229-2593
Node 3: (218) 229-2353
a BMP, GIF, JPG, or JPEG file an icon (.ICO). I have pored over
the Win32Api Help file, and the API routines for images, etc.,
overwhelms me, and I have not been able to find a clearcut
algorithm for achieving my goal. I would like to be able to
convert the images to ICO's with support for up to 96x96 pixels
and True Color color depth. Naturally, lesser settings would
also have to be supported.
Can anybody please give me the sequence/names of the API calls
to use to accomplish this? Do NOT include example code, as THAT
much I can figure out myself, please.
Thanks in advance!

Clay Clear
------------------
Head SysOp/Owner
Clear's Critters BBS
Node 1: (218) 229-2593
Node 3: (218) 229-2353
Comment