免費線上將檔案轉換為 PPM 的轉換器。
我們保證品質、便利性與對任何格式的支援。
| 資料類型 | Image |
| MIME 類型 | image/x-portable-pixmap |
| 開發者 | Jef Poskanzer / Netpbm (Pbmplus) community |
| 主要使用場景 | 影像處理管線的中間格式、教學/CG 範例、渲染器簡單輸出、快速轉換。 |
PPM 是非常簡單、無壓縮的 Netpbm RGB 點陣格式,常用作交換/中間格式(P3 文字或 P6 二進位)。
| 資料類型 | Image |
| MIME 類型 | image/x-portable-pixmap |
| 壓縮 | 無壓縮;P3 為文字,P6 為原始二進位 |
| 色彩深度 | 取決於 Maxval:常見 8-bit(255),最高可到 16-bit(65535) |
| 色彩空間 | RGB |
| 透明度支援 | 否 |
| 動畫支援 | 否 |
| 解析度支援 | Stores pixel dimensions (width/height). No standardized physical DPI; any physical sizing is external. |
| 中繼資料 | No Exif; header contains only basic image parameters (dimensions, Maxval). Comments via '#'. |
| 標準 / 規範 | Netpbm PPM format specification |
| 典型檔案大小 | Usually large: roughly 3 bytes/pixel for 8-bit P6 (plus header), or much larger for P3 ASCII; 16-bit doubles raster size. |
| 推出年份 | 1988 |
PPM 檔案格式具有多項優點,適合常見的使用情境。
PPM 檔案格式具有某些限制,可能會影響其在特定情境下的使用。
PPM 圖像在大多數裝置與平台上皆可正常顯示。
Treat as untrusted input: huge dimensions can cause resource exhaustion; malformed headers/raster can trigger decoder bugs. Strip comments if you need deterministic parsing.
Open, publicly documented format (Netpbm documentation)