NewIcons

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
 
'''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.
 
'''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.
+
NewIcons images are usually 36×40 pixels in size, and can have up to about 255 colors. Unlike the original icon format, the colors are not determined by the user's chosen color scheme.
  
 
See [[Amiga Workbench icon]] for more information about Amiga icons.
 
See [[Amiga Workbench icon]] for more information about Amiga icons.
  
 
== Format ==
 
== Format ==
A NewIcons file is (more or less) a valid [[Amiga_Workbench icon|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.
+
A NewIcons file is (more or less) a valid [[Amiga_Workbench icon|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. For some reason, in practice this icon is usually a blank 5×5 8-color image.
  
 
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.
 
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.
Line 31: Line 31:
 
== Software ==
 
== Software ==
 
* [http://aminet.net/package/util/wb/NewIcons46 NewIcons46.lha]: The NewIcons software
 
* [http://aminet.net/package/util/wb/NewIcons46 NewIcons46.lha]: The NewIcons software
 +
* [http://www.xnview.com/ XnView] - Supports some but not all NewIcons files
  
 
== Sample files ==
 
== Sample files ==

Revision as of 23:59, 8 August 2013

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.

NewIcons images are usually 36×40 pixels in size, and can have up to about 255 colors. Unlike the original icon format, the colors are not determined 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. For some reason, in practice this icon is usually a blank 5×5 8-color image.

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