NewIcons

From Just Solve the File Format Problem
Revision as of 23:51, 7 August 2013 by Jsummers (Talk | contribs)

Jump to: navigation, search
File Format
Name NewIcons
Ontology
Extension(s) .info

NewIcons (or NewIcon) is an icon file format associated with the NewIcons software for Amiga computers. NewIcons is a popular third-party utility that adds support for higher-quality icons.

A NewIcons image is usually 36×40 pixels, and can have up to 32 colors. Unlike the original icon format, the colors are not affected by the user's chosen color scheme.

See Amiga Workbench icon for more information about Amiga icons.

Contents

Format

A NewIcons file is (more or less) a valid original format icon file. It contains an icon (or a pair of icons) in the old format, which will be displayed by applications that don't support NewIcons format. Sometimes this icon is just a placeholder (a blank 1×1 or 4×4 image is common), and sometimes it is a low-quality version of the real icon.

Icon files can contain a table of strings called "ToolTypes". NewIcons abuses this data structure by storing the actual image data in it. Locating the ToolTypes table is nontrivial.

In a NewIcons file, the first string in the table contains a single space: " ".

The second contains the message "*** DON'T EDIT THE FOLLOWING LINES!! ***".

Following strings contain the NewIcons data. This data includes the image dimensions, and the palette and pixel data.

Identification

As with all the major Amiga icon formats, files begin with bytes 0xE3 0x10.

The ASCII string "*** DON'T EDIT THE FOLLOWING LINES!! ***" appears somewhere in the file.

Specifications

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox