Icon library
(→Sample files) |
(→Sample files) |
||
(2 intermediate revisions by one user not shown) | |||
Line 15: | Line 15: | ||
== Formats == | == Formats == | ||
Some specific Icon library formats have their own article: | Some specific Icon library formats have their own article: | ||
+ | * [[Icon library (Easy Icons)]] (.icl) | ||
* [[Icon library (hDC Icon Designer)]] (.il) | * [[Icon library (hDC Icon Designer)]] (.il) | ||
* [[Icon library (Impact Software)]] (.icl) | * [[Icon library (Impact Software)]] (.icl) | ||
Line 32: | Line 33: | ||
* [http://zapatopi.net/icon/ Zapaticons] | * [http://zapatopi.net/icon/ Zapaticons] | ||
* {{CdTextfiles|svgold/CDR56/VARICONS.ZIP|VARICONS.ZIP}} → MORICONS.DLL | * {{CdTextfiles|svgold/CDR56/VARICONS.ZIP|VARICONS.ZIP}} → MORICONS.DLL | ||
+ | * [https://archive.org/details/pegasusvol7 Pegasus Vol.7] → PEGASUS/WIN95/FUN/NEKO9510.ZIP → *.icl (some NE format, some PE) | ||
+ | * {{CdTextfiles|psl/pslv5nv02/WIN/UT_SYSTM/TBAR32.ZIP|TBAR32.ZIP}} → TOOLBAR.ICL (PE format) | ||
== Links == | == Links == | ||
Line 37: | Line 40: | ||
* [[Wikipedia:ICO (file format)#Icon library]] | * [[Wikipedia:ICO (file format)#Icon library]] | ||
− | [[Category: | + | [[Category:Windows]] |
Latest revision as of 17:54, 1 November 2024
- 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 |
[edit] 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.
[edit] Formats
Some specific Icon library formats have their own article:
- Icon library (Easy Icons) (.icl)
- Icon library (hDC Icon Designer) (.il)
- Icon library (Impact Software) (.icl)
- Icon library (Norton Icon Editor) (.nil)
[edit] 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.
[edit] Software
[edit] Sample files
- http://cd.textfiles.com/desktopworks/ICON_LIB/
- Zapaticons
- VARICONS.ZIP → MORICONS.DLL
- Pegasus Vol.7 → PEGASUS/WIN95/FUN/NEKO9510.ZIP → *.icl (some NE format, some PE)
- TBAR32.ZIP → TOOLBAR.ICL (PE format)