IconToGIF
By Dan Crevier
IconToGIF is a freeware utility to convert icons into transparent GIF images suitable for using on WWW pages. It is useful for developers who want to put an icon of their product on their page.
The latest version is 1.0.3, dated 7/14/97.
Just drag a file, folder, or drive onto IconToGIF, or use the Open... item in the File menu. A file with the extension ".gif" will be created in the directory containing the source. It uses Internet Config if it's available to find the file type/creator to use for the gif.
IconToGIF handles a simple scripting command to make a gif file of the icon of a file passed in. A sample script is included that prompts for the output filename for each file, and another that writes the files to a directory specified in the script.
Frontier glue is also provided, thanks to Ole Saalmann.
In writing this program, I used Ammon Skidmore's StandardGetAnything routine, and the gd gif-manipulating library created by Thomas Boutell and the Quest Center at Cold Spring Harbor Labs. For finding the icons, I use James W. Walker's FindIcon code. For asking the finder for icons, I used some code by Marco Piovanelli. Did I write any of this?