Icon library
From Just Solve the File Format Problem
(Difference between revisions)
(Pretty much a rewrite) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|icl}} | |extensions={{ext|icl}} | ||
}} | }} | ||
+ | :''This article is about a specific format. 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''' (.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. | ||
Line 16: | Line 18: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{CdTextfilesURL|desktopworks/ICON_LIB/}} |
* [http://zapatopi.net/icon/ Zapaticons] | * [http://zapatopi.net/icon/ Zapaticons] | ||
Revision as of 14:49, 21 September 2019
- This article is about a specific format. 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 NE (or maybe 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.
Contents |
Discussion
The .icl files we've examined are 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 DLLs, but that is not the case for some or all .icl files. They're just generic NE files.
The origins of the .icl file extension, and any other differences it may have from a typical resource-only .dll file, are unclear.