免費線上將檔案轉換為 XBM 的轉換器。
我們保證品質、便利性與對任何格式的支援。
| 資料類型 | Image |
| MIME 類型 | image/x-xbitmap |
| 開發者 | X Consortium / X Window System ecosystem |
| 主要使用場景 | X11 游標/圖示、mask/clip、tile/stipple 圖樣。 |
XBM 是 X Window System 的超簡易 1 位(黑白)點陣格式,以 C 程式碼形式保存(#define 尺寸 + 位元組陣列)。
| 資料類型 | Image |
| MIME 類型 | image/x-xbitmap |
| 壓縮 | None |
| 色彩深度 | 1 bpp |
| 色彩空間 | 單色(1 位) |
| 透明度支援 | 否 |
| 動畫支援 | 否 |
| EXIF 中繼資料支援 | 否 |
| 中繼資料 | No standard metadata blocks (commonly only width/height and optional hotspot defines) |
| 結構類型 | #define constants → static byte array initializer (C syntax) |
| 標準 / 規範 | No single formal specification; format is defined by X11 bitmap utilities and Xlib functions (XReadBitmapFile / XWriteBitmapFile) and widely documented references |
| 典型檔案大小 | 小圖示通常不大,但十六進位文字會增加額外開銷 |
XBM 檔案格式具有多項優點,適合常見的使用情境。
XBM 檔案格式具有某些限制,可能會影響其在特定情境下的使用。
XBM 圖像在大多數裝置與平台上皆可正常顯示。
不要把不可信的 XBM 當作 C 程式碼編譯/包含;視為不可信輸入並盡量轉為現代格式。
Open / publicly documented de facto format (no formal modern standard; defined by X11 tooling and common practice)