Sun Raster
From Just Solve the File Format Problem
(Difference between revisions)
(A format can never have too many filename extensions) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|sun}} {{ext|ras}} {{ext|rast}} {{ext|rs}} {{ext|sr}} {{ext|scr}} {{ext|im1}} {{ext|im8}} {{ext|im24}} {{ext|im32}} | + | |extensions={{ext|sun}}, {{ext|ras}}, {{ext|rast}}, {{ext|rs}}, {{ext|sr}}, {{ext|scr}}, {{ext|im1}}, {{ext|im8}}, {{ext|im24}}, {{ext|im32}} |
|pronom={{PRONOM|x-fmt/184}} | |pronom={{PRONOM|x-fmt/184}} | ||
}} | }} | ||
− | + | '''Sun Raster''' is an image file format commonly used on Sun operating systems. It supports grayscale, paletted, and full color images. Images may be uncompressed, or use [[Run-length encoding|RLE]] compression. | |
− | '''Sun Raster''' is an image file format. It supports grayscale, paletted, and full color images. Images may be uncompressed, or use [[Run-length encoding|RLE]] compression. | + | |
+ | == Format == | ||
+ | Files have a fixed 32-byte header. | ||
== Identification == | == Identification == | ||
Line 15: | Line 17: | ||
== Software == | == Software == | ||
− | * [http://netpbm.sourceforge.net/ Netpbm] | + | * [http://netpbm.sourceforge.net/ Netpbm]: pnmtorast, rasttopnm |
* [http://www.imagemagick.org/ ImageMagick] (format named "RAS" or "SUN") | * [http://www.imagemagick.org/ ImageMagick] (format named "RAS" or "SUN") | ||
Line 22: | Line 24: | ||
== Resources == | == Resources == | ||
− | * [http://www.fileformat.info/format/sunraster/egff.htm Sun Raster File Format Summary] | + | * [http://www.fileformat.info/format/sunraster/egff.htm Sun Raster File Format Summary], from the Encyclopedia of Graphics File Formats |
* [http://wiki.multimedia.cx/index.php?title=Sun_rasterfile MultimediaWiki article] | * [http://wiki.multimedia.cx/index.php?title=Sun_rasterfile MultimediaWiki article] | ||
[[Category:Sun]] | [[Category:Sun]] |
Revision as of 19:48, 4 August 2013
Sun Raster is an image file format commonly used on Sun operating systems. It supports grayscale, paletted, and full color images. Images may be uncompressed, or use RLE compression.
Contents |
Format
Files have a fixed 32-byte header.
Identification
Files begin with signature bytes 59 a6 6a 95
.
Specifications
Software
- Netpbm: pnmtorast, rasttopnm
- ImageMagick (format named "RAS" or "SUN")
Sample files
Resources
- Sun Raster File Format Summary, from the Encyclopedia of Graphics File Formats
- MultimediaWiki article
Categories:
- File Formats
- Electronic File Formats
- Graphics
- File formats with extension .sun
- File formats with extension .ras
- File formats with extension .rast
- File formats with extension .rs
- File formats with extension .sr
- File formats with extension .scr
- File formats with extension .im1
- File formats with extension .im8
- File formats with extension .im24
- File formats with extension .im32
- Sun