免費線上將檔案轉換為 SUN 的轉換器。
我們保證品質、便利性與對任何格式的支援。
| 資料類型 | Image |
| MIME 類型 | image/x-sun-raster |
| 開發者 | Sun Microsystems |
| 主要使用場景 | SunOS/Solaris 遺留影像;舊 UNIX 工具相容與檔案轉換/歸檔 |
SUN(Sun Raster)是 Sun Microsystems(SunOS/Solaris)的遺留點陣格式,具簡單檔頭、可選調色盤,像素可不壓縮或用基礎 RLE 儲存。
| 資料類型 | Image |
| MIME 類型 | image/x-sun-raster |
| 壓縮 | 可選無損 RLE |
| 色彩深度 | 常見 1-bit 與 8-bit;不少解碼器也支援 24/32-bit(額外位元組不是 alpha) |
| 色彩空間 | 灰階、索引色/調色盤、RGB;不定義標準透明度 |
| 透明度支援 | 否 |
| 動畫支援 | 否 |
| EXIF 中繼資料支援 | 否 |
| 中繼資料 | 非常有限;無標準 Exif/XMP 容器 |
| 結構類型 | Header + optional colormap + pixel data (rows padded to 16-bit) with optional byte-RLE |
| 標準 / 規範 | SunOS rasterfile.h / rasterfile(5) (commonly referenced as rasterfile.h 1.11 dated 1989-08-21) |
| 典型檔案大小 | Often large because data is commonly uncompressed; RLE may reduce size for flat areas but not for photographic/noisy images |
| 推出年份 | 1989 |
SUN 檔案格式具有多項優點,適合常見的使用情境。
SUN 檔案格式具有某些限制,可能會影響其在特定情境下的使用。
SUN 圖像在大多數裝置與平台上皆可正常顯示。
Treat as untrusted input: validate dimensions, row padding expectations, and RLE streams to avoid overflows/overreads in decoders
Legacy vendor format; specification is publicly documented (SunOS rasterfile.h / rasterfile(5)); not a formal modern standard