Icon library

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Graphics
 
|subcat=Graphics
|extensions={{ext|icl}}
+
|extensions={{ext|icl}}, {{ext|dll}}, others
 
}}
 
}}
:''This article is about a specific format. For more icon library formats, see [[Graphics#Icon, Cursor, and Avatar files]].''
+
:''This article is about a particular family of formats. For more icon library formats, see [[Graphics#Icon, Cursor, and Avatar files]].''
  
'''Icon library''' (.icl) is a format used on Microsoft Windows for storing multiple icons in one file. It is an [[New Executable|NE]] (or maybe [[Portable Executable|PE]]) "executable" file stripped down to the bare minimum needed to use it as an icon container. The individual icons are resources within the library file, in [[ICO]] format.
+
'''Icon library''' is a loosely-defined family of Microsoft Windows file formats that store multiple [[ICO|icons]] in a [[Dynamic-link library (Windows)|DLL]] or DLL-like [[New Executable|NE]] or [[Portable Executable|PE]] file.
  
 
== Discussion ==
 
== Discussion ==
The .icl files we've examined are [[New Executable|NE]] files that contain icon resources, and that have nearly all the nonessential fields set to 0. One might expect the files to be labeled internally as [[Dynamic-link library (Windows)|DLL]]s, but that is not the case for some or all .icl files. They're just generic NE files.
+
Broadly speaking, an ''icon library'' could be any such file whose only significant content is icon resources. An example is the moricons.dll file included with Windows 3.1 and later.
  
The origins of the '''.icl''' file extension, and any other differences it may have from a typical resource-only [[Dynamic-link library (Windows)|.dll]] file, are unclear.
+
More narrowly, there are varieties of this format that use a special filename extension, and/or have other distinguishing characteristics. One of the most notable is the '''.icl''' format made by ''Icon Manager'' (and later ''Microangelo'') by Impact Software.
  
== Tools ==
+
== Formats ==
 +
Some specific Icon library formats have their own article:
 +
* [[Icon library (hDC Icon Designer)]] (.il)
 +
* [[Icon library (Impact Software)]] (.icl)
 +
* [[Icon library (Norton Icon Editor)]] (.nil)
 +
 
 +
== Identification ==
 +
There's no simple way to determine that an NE or PE file contains only icons.
 +
 
 +
Refer to the articles [[#Formats|listed above]] for specific derivative formats.
 +
 
 +
== Software ==
 
* [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]

Revision as of 18:17, 18 October 2024

File Format
Name Icon library
Ontology
Extension(s) .icl, .dll, others
This article is about a particular family of formats. For more icon library formats, see Graphics#Icon, Cursor, and Avatar files.

Icon library is a loosely-defined family of Microsoft Windows file formats that store multiple icons in a DLL or DLL-like NE or PE file.

Contents

Discussion

Broadly speaking, an icon library could be any such file whose only significant content is icon resources. An example is the moricons.dll file included with Windows 3.1 and later.

More narrowly, there are varieties of this format that use a special filename extension, and/or have other distinguishing characteristics. One of the most notable is the .icl format made by Icon Manager (and later Microangelo) by Impact Software.

Formats

Some specific Icon library formats have their own article:

Identification

There's no simple way to determine that an NE or PE file contains only icons.

Refer to the articles listed above for specific derivative formats.

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox