Icon library
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Sample files) |
||
Line 9: | Line 9: | ||
* [http://msdn.microsoft.com/en-us/library/windows/desktop/ms648068%28v=vs.85%29.aspx ExtractIcon function] | * [http://msdn.microsoft.com/en-us/library/windows/desktop/ms648068%28v=vs.85%29.aspx ExtractIcon function] | ||
* [http://en.softonic.com/s/icl-extractor ICL extractor programs] | * [http://en.softonic.com/s/icl-extractor ICL extractor programs] | ||
+ | |||
+ | == Sample files == | ||
+ | * [http://zapatopi.net/icon/ Zapaticons] | ||
== Links == | == Links == |
Revision as of 01:05, 11 March 2014
An icon library is a Microsoft Windows format for storing multiple icons in one file. It is in the same format as the DLL (Dynamic Link Library) files used by Windows, but limited to storage of icons and not the other things also commonly found in DLL files. The individual icons are resources within the library file, in ICO format.