GlowIcons

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
(2 intermediate revisions by one user not shown)
Line 21: Line 21:
 
The icon usually consists of two images. By convention, the second image is outlined with a yellow "glowing" effect.
 
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. For palettes, and images with 8 bits/pixel, the compression is exactly PackBits.
+
Each image or palette may be compressed, using a variant of [[PackBits]] compression.
  
 
== Identification ==
 
== Identification ==
Line 27: Line 27:
  
 
The ASCII string "<code>FORM</code>" appears somewhere in the file, followed (with 4 intervening bytes) by "<code>ICON</code>".
 
The ASCII string "<code>FORM</code>" appears somewhere in the file, followed (with 4 intervening bytes) by "<code>ICON</code>".
 +
 +
== Software ==
 +
* {{Deark}}
  
 
== Specifications ==
 
== Specifications ==
Line 34: 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
 +
* https://telparia.com/fileFormatSamples/image/glowIcon/
  
 
== Links ==
 
== Links ==

Revision as of 17:57, 20 August 2020

File Format
Name GlowIcons
Ontology
Extension(s) .info

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

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox