NeoDesk icon
From Just Solve the File Format Problem
(Difference between revisions)
(Add information about version 1 of the format and distinguish it from version 2.) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
}} | }} | ||
'''NeoDesk icon''' is an icon format associated with the NeoDesk graphical environment for the Atari ST family of computers, developed by Gribnif Software. | '''NeoDesk icon''' is an icon format associated with the NeoDesk graphical environment for the Atari ST family of computers, developed by Gribnif Software. | ||
− | |||
− | |||
== Identification == | == Identification == | ||
− | There are 3 versions NeoDesk icon files. Version 1 and 2 are uncompressed and have no signature or header. (Since the first icon often depicts a floppy drive which is oblong in | + | There are 3 versions NeoDesk icon files. Version 1 and 2 are uncompressed and have no signature or header. (Since the first icon often depicts a floppy drive which is oblong in its appearance, the top row, consisting of 32 bits, is often empty and thus consisting of zeros.) |
Version 1 always have 9 icon, 232 bytes each, a total file size of exactly 2088 bytes. | Version 1 always have 9 icon, 232 bytes each, a total file size of exactly 2088 bytes. | ||
Line 17: | Line 15: | ||
Version 3 begin with the ASCII signature "{{magic|.NIC}}". | Version 3 begin with the ASCII signature "{{magic|.NIC}}". | ||
+ | |||
+ | == Software == | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{CdTextfilesURL|geminiatari/FILES/NEODESK/}} |
− | * | + | * {{DexvertSamples|image/neoDeskIcon}} |
Latest revision as of 04:06, 28 December 2023
NeoDesk icon is an icon format associated with the NeoDesk graphical environment for the Atari ST family of computers, developed by Gribnif Software.
[edit] Identification
There are 3 versions NeoDesk icon files. Version 1 and 2 are uncompressed and have no signature or header. (Since the first icon often depicts a floppy drive which is oblong in its appearance, the top row, consisting of 32 bits, is often empty and thus consisting of zeros.)
Version 1 always have 9 icon, 232 bytes each, a total file size of exactly 2088 bytes.
Version 2 can have any number of icons, 244 bytes each. Thus the file size is a multiple of 244.
Version 3 begin with the ASCII signature ".NIC
".