Kostenloser Online-Konverter zum Umwandeln von Dateien in XBM.
Wir garantieren Qualität, Komfort und Unterstützung für alle Formate.
| Datentyp | Image |
| MIME-Typ | image/x-xbitmap |
| Entwickler | X Consortium / X Window System ecosystem |
| Hauptanwendungsfälle | X11-Cursor/Icons, Masken/Clipping, Tile/Stipple-Muster. |
XBM ist ein extrem simples 1-Bit-(Schwarzweiß-)Bitmapformat aus dem X Window System, gespeichert als C-Quelltext (#define + Byte-Array).
| Datentyp | Image |
| MIME-Typ | image/x-xbitmap |
| Komprimierung | None |
| Farbtiefe | 1 bpp |
| Farbraum | Monochrom (1 Bit) |
| Transparenzunterstützung | Nein |
| Animationsunterstützung | Nein |
| Unterstützung von EXIF-Metadaten | Nein |
| Metadaten | No standard metadata blocks (commonly only width/height and optional hotspot defines) |
| Strukturtyp | #define constants → static byte array initializer (C syntax) |
| Standard / Spezifikation | No single formal specification; format is defined by X11 bitmap utilities and Xlib functions (XReadBitmapFile / XWriteBitmapFile) and widely documented references |
| Typische Dateigröße | Klein für kleine Icons, aber Hex-Text erhöht den Overhead |
Das Dateiformat XBM bietet mehrere Vorteile und eignet sich gut für gängige Anwendungsfälle.
Das Dateiformat XBM weist bestimmte Einschränkungen auf, die sich in speziellen Anwendungsfällen auswirken können.
XBM-Bilder werden weitgehend unterstützt und lassen sich auf den meisten Geräten und Plattformen anzeigen.
Keine untrusted XBM als C-Code kompilieren/inkludieren; als untrusted Input behandeln und in moderne Formate konvertieren.
Open / publicly documented de facto format (no formal modern standard; defined by X11 tooling and common practice)