免费在线将文件转换为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