GlowIcons
(→Sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 37: | Line 37: | ||
* http://www.amiga-look.org/category/glowicons | * http://www.amiga-look.org/category/glowicons | ||
* Some of the icons at http://aminet.net/pix/icon | * Some of the icons at http://aminet.net/pix/icon | ||
− | * | + | * {{DexvertSamples|image/glowIcon}} |
== Links == | == Links == |
Revision as of 04:00, 28 December 2023
GlowIcons (or Glow Icon) is the native icon file format for AmigaOS 3.5–4.0. It is sometimes known as OS35 images or OS3.5 extension icons.
A GlowIcons image is usually 46×46 pixels, with up to 256 colors.
See Amiga Workbench icon for more information about Amiga icons.
Contents |
Format
A GlowIcons file is (more or less) a valid original format icon file. It contains an icon in the old format, which will be displayed by applications that don't support GlowIcons format. This icon may be a placeholder (a blank 1×1 or 4×4 icon is common), a generic icon, or a low-quality version of the real icon.
A GlowIcons file can also contain an icon in NewIcons format, to be used by applications that support NewIcons but not GlowIcons.
Starting at the position where a file in the original format would be expected to end, the real GlowIcons data begins. Locating this position in the file is nontrivial.
The GlowIcons data is in IFF format, and so begins with the ASCII string "FORM
".
The icon usually consists of two images. By convention, the second image is outlined with a yellow "glowing" effect.
Each image or palette may be compressed, using a variant of PackBits compression.
Identification
As with all the Amiga Workbench icon formats, files begin with bytes 0xE3 0x10
.
The ASCII string "FORM
" appears somewhere in the file, followed (with 4 intervening bytes) by "ICON
".
Software
Specifications
Sample files
- http://www.amiga-look.org/category/glowicons
- Some of the icons at http://aminet.net/pix/icon
- dexvert samples — image/glowIcon
Links
- Wikipedia: NewIcons - Also has information about GlowIcons