OS/2 Icon
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|ico}} | |extensions={{ext|ico}} | ||
+ | |released=1988 | ||
}} | }} | ||
− | [[OS/2 Icon]] is an icon format related to | + | [[OS/2 Icon]] is an icon format related to OS/2 [[BMP]], and sometimes considered to be a member of the [[OS/2 BMP]] family of formats. It is very similar to [[OS/2 Pointer]] format. It is not particularly similar to [[ICO|Windows ICO]] format. |
− | There is a color format, and a | + | There is a color format, and a bi-level format. Multiple icons may be stored in the same file using the "bitmap array" ("BA") container format. The BA format may be used even when the file contains only one icon. |
== Identification == | == Identification == | ||
Line 16: | Line 17: | ||
== Software == | == Software == | ||
* [http://cd.textfiles.com/hobbesos29804/disk1/ICONS/XICON10.ZIP XIcon] (old software, untested) | * [http://cd.textfiles.com/hobbesos29804/disk1/ICONS/XICON10.ZIP XIcon] (old software, untested) | ||
− | * | + | * {{Deark}} |
+ | * [[Image Alchemy]] | ||
== Sample files == | == Sample files == | ||
Line 29: | Line 31: | ||
* [http://cd.textfiles.com/hobbesos29804/disk1/ICONS/XICON10.ZIP XICON10.ZIP] → test/*.ico | * [http://cd.textfiles.com/hobbesos29804/disk1/ICONS/XICON10.ZIP XICON10.ZIP] → test/*.ico | ||
* [http://cd.textfiles.com/hobbesos29804/disk1/ICONS/VISAGEIC.ZIP VISAGEIC.ZIP] → toolsfop.ico, cwicon.ico | * [http://cd.textfiles.com/hobbesos29804/disk1/ICONS/VISAGEIC.ZIP VISAGEIC.ZIP] → toolsfop.ico, cwicon.ico | ||
+ | === IC === | ||
+ | * [http://cd.textfiles.com/libris/GRAPHICS/WINDOWS/2736.ZIP 2736.ZIP] - The 288-byte ICO files are in IC format. For example MOUSE.ICO, PC2PC.ICO. | ||
== Links == | == Links == |
Revision as of 15:07, 10 May 2016
OS/2 Icon is an icon format related to OS/2 BMP, and sometimes considered to be a member of the OS/2 BMP family of formats. It is very similar to OS/2 Pointer format. It is not particularly similar to Windows ICO format.There is a color format, and a bi-level format. Multiple icons may be stored in the same file using the "bitmap array" ("BA") container format. The BA format may be used even when the file contains only one icon.
Contents |
Identification
An OS/2 Icon file may begin with ASCII characters "IC
" (color), or "CI
" (bi-level). Or, it may begin with "BA
", and have "IC
" or "CI
" at offset 14.
Specifications
Software
- XIcon (old software, untested)
- Deark
- Image Alchemy
Sample files
BA/CI
(Most, but not all, of the icons at these locations use BA/CI format.)
- http://ftp.sunet.se/pub/OS2/hobbes/multimedia/images/icons/
- http://cd.textfiles.com/hobbesos29804/disk1/ICONS/
- http://cd.textfiles.com/hobbesos29503/ICONS/
- Some icon collections can be found at http://kimludvigsen.dk/os2/os2/graphx/index.php
- ICONSOS2.ZIP
CI
- XICON10.ZIP → test/*.ico
- VISAGEIC.ZIP → toolsfop.ico, cwicon.ico
IC
- 2736.ZIP - The 288-byte ICO files are in IC format. For example MOUSE.ICO, PC2PC.ICO.