Sun icon
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
| (2 intermediate revisions by one user not shown) | |||
| Line 9: | Line 9: | ||
== Format == | == Format == | ||
| − | Sun icon | + | Sun icon files are entirely ASCII text. They have a header delimited by "<code>/*</code>" and "<code>*/</code>", followed by a comma-separated list of hexadecimal numbers. |
== Identification == | == Identification == | ||
| − | Files begin with ASCII text "<code>/* Format_version=1</code>". | + | Files usually begin with ASCII text "<code>/* Format_version=1</code>". |
== Software == | == Software == | ||
| − | * [ | + | * [[Konvertor]] |
| − | * [ | + | * [[Netpbm]] (sunicontopnm with version 10.53 and newer; icontopbm with older versions) |
| + | * [[XnView]] | ||
== Sample files == | == Sample files == | ||
Revision as of 15:01, 22 February 2016
Sun icon is a raster image format, used for icons on some Sun operating systems.
Images are usually bi-level. 8-bit grayscale or palette color images are possible, but may not be portable (no palette is stored in the file).
Contents |
Format
Sun icon files are entirely ASCII text. They have a header delimited by "/*" and "*/", followed by a comma-separated list of hexadecimal numbers.
Identification
Files usually begin with ASCII text "/* Format_version=1".
Software
Sample files
Editors' notes
TODO: Figure out if Sun cursor files use the same format, and if .cursor and .pr filename extensions should also be listed.