.XBM Estensione file

X BitMap Graphic

Sviluppatore N/D
Popolarità
3.8  |  16 Voti
 
🔍Apri i file .XBM direttamente nel tuo browser con File Helper.Visualizza online

Che cos'è un file XBM?

An XBM file is a bitmap image used by the X Window System (X11), a GUI used to manage networked client-server computers. It contains C code that defines the image's appearance. Primarily, XBM files contain cursor and icon images.

Maggiori informazioni

Screenshot di un file .xbm in XnViewMP
File XBM aperto in XnViewMP

Developers creating C programs for the X Window System can embed XBM, or X BitMap, images into those programs. Each XBM image consists of plain text C code that looks something like the following:

#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 
0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 
0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 
0xff, 0x33, 0x33, 0x33, 0x33};

When displayed in a program or opened in an image viewer, an XBM file appears as a monochrome image. The image's appearance is defined by its width and height parameters as well as its static array of pixel values.

NOTA: The .XPM format eventually replaced the XBM format.

Come aprire un file XBM

You can open an XBM file with many image viewers and editors, including XnViewMP (multiplatform), IrfanView (Windows), ImageMagick (multiplatform), and GIMP (multiplatform), and Tom's Editor (Web).

You can also open an XBM file with Microsoft Notepad (Windows), Apple TextEdit (Mac), or any other text editor, to view the C code the file contains.

Come convertire un file XBM

You can use ImageMagick, GIMP, Tom's Editor, or XnViewMP to convert XBM images to other image formats. For example, XnViewMP can convert XBM files to the following formats (and many others):

  • .JPEG - JPEG Image
  • .GIF - Graphical Interchange Format
  • .PNG - Portable Network Graphic
  • .TIFF - Tagged Image
  • .BMP - Bitmap Image
  • .PCX - Paintbrush Bitmap Image
  • .TGA - Targa Graphic
  • .JP2 - JPEG 2000 Core Image
  • .JXR - JPEG XR Image
  • .WEBP - WebP Image

Programmi che aprono i file XBM

Windows
Gratuito
Gratuito
Gratuito
Gratuito
Mac
Gratuito
Gratuito
Gratuito
Linux
Gratuito
Gratuito
Gratuito
Web
Gratuito
Android

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file X BitMap Graphic e le app Mac, Windows, Linux, and Android elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.