In computer graphics, the X Window System uses X BitMap (XBM), a plain text binary image format, for storing cursor and icon bitmaps used in the X GUI. XBM files differ markedly from most image files in that they take the form of C source files. This means that they can be compiled directly into an application without any preprocessing steps, but it also makes them far larger than their raw pixel data would be (each byte of image data takes at least 4 bytes in a XBM file).

PropertyValue
dbpedia-owl:abstract
  • In computer graphics, the X Window System uses X BitMap (XBM), a plain text binary image format, for storing cursor and icon bitmaps used in the X GUI. XBM files differ markedly from most image files in that they take the form of C source files. This means that they can be compiled directly into an application without any preprocessing steps, but it also makes them far larger than their raw pixel data would be (each byte of image data takes at least 4 bytes in a XBM file).
  • In computer grafica, l'X Window System utilizza X BitMap (XBM), un formato immagine di un testo ASCII monocromatico, per conservare le bitmap di cursori e icone utilizzate nella GUI X. I file XBM differiscono fortemente dalla maggior parte dei file, poiché i file XBM hanno la forma di file sorgenti del linguaggio C. Ciò significa che possono essere compilati direttamente dentro un'applicazione senza nessun step di preprocessore, ma ciò li rende anche più grandi (ogni byte dell'immagine prende almeno 5 byte in un file XBM).
  • Een XBM of X-BitMap Graphic is een type computerafbeelding. Het bestandstype werd oorspronkelijk ontworpen voor gebruik in het X Window System om de iconen van het besturingssysteem mee weer te geven. Afbeeldingen in het XBM formaat zijn monochroom, een pixel is zwart of transparant. Om kleuren te kunnen toevoegen, is de afgeleide indeling van X-PixMap Graphic of XPM ontwikkeld. Bijzonder is, dat de informatie in het bestand wordt opgeslagen als ASCII tekst, met een teksteditor bewerkt kan worden, en zo een geïntegreerd deel kan uitmaken van de broncode van een programma dat is geschreven in bijvoorbeeld C of C++, dan wel een PHP-script of Javascript. Het eerste plaatje op het internet moet een XBM geweest zijn, of een GIF. Dat waren de types die de eerste Mosaic webbrowser kende. Mede omdat XBM geen datacompressie toepast, werden al gauw nieuwe en rechtenvrije standaarden zoals JPEG ontwikkeld om het web zijn kleur te geven. De meeste browsers begrijpen het (overigens nergens officieel vastgelegde) MIME-type "image/x-xbitmap" en kunnen de afbeeldingen weergeven. De ondersteuning is echter niet meer ingebouwd in Internet Explorer versie 6 of hoger. Er bestaan twee versies, X10 en sinds 1986 ook X11. Het verschil zit in de wijze waarop de pixelgegevens worden genoteerd. In X10 staan 16-bit WORDs, waar in X11 8-bit BYTEs geschreven worden. De schrijfwijze van X10 wordt beschouwd als verouderd.
  • XBM eller X BitMap är ett bildfilformat som används på X Window System för svartvita bilder. Används för att spara pekargrafik och ikoner för X GUI. Den största egenheten hos XBM-filer är att de har samma form som en fil i C-kod och kan därför kompileras direkt utan ändringar. Detta är ett exempel på en XBM-fil: #define test_width 16 #define test_height 7 static char test_bits = { 0x13, 0x00, 0x15, 0x00, 0x93, 0xcd, 0x55, 0xa5, 0x93, 0xc5, 0x00, 0x80, 0x00, 0x60, }; Man kan titta på denna fil, som definierar en bitmap på 16x7 pixlar, genom att kopiera in ovanstående kod i en textfil, spara den till något med ". xbm" i slutet och sedan öppna den sparade filen i ett bildvisningsprogram eller en webbläsare.
  • В компьютерной графике, текстовый формат для монохромных изображений, применяется в X Window System для хранения изображений курсоров и иконок, используемых в X GUI.
  • X BitMap, abrégé XBM, est un format d'image numérique monochrome originellement conçu pour le système X Window, notamment pour les images de pointeur et d'icône. Le format XBM décrit les images en langage C, ce qui permet à un programmeur d'intégrer très facilement des images XBM à un logiciel écrit en C. L'image d'un pointeur est écrite comme suit au format XBM : Texte d'un pointeur au format XBM (voir) : Les deux premières lignes définissent la largeur et la hauteur de l'image (11 par 16). Les deux lignes suivantes sont optionnelles et définissent la position d'un éventuel pixel de pointage dans l'image (coordonnée soit en haut à gauche au bout de la flèche). Les dernières lignes contiennent un tableau d'octets (ici représentés par le type) dont les bits représentent les pixels de l'image, suivant l'organisation little-endian. Ce format est avec GIF le premier à avoir été utilisable dans les pages web. Comme il est obsolète, son support est progressivement retiré des navigateurs Web.
dbpedia-owl:thumbnail
dbpprop:caption
  • A sample XBM file
dbpprop:creatorcode
  • XBM
dbpprop:extendedto
dbpprop:extension
  • .xbm
dbpprop:genre
dbpprop:mime
  • unofficial
  • image/x-xbitmap unofficial
dbpprop:name
  • X BitMap
dbpprop:screenshot
  • 240 (xsd:integer)
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dcterms:subject
rdf:type
rdfs:comment
  • In computer graphics, the X Window System uses X BitMap (XBM), a plain text binary image format, for storing cursor and icon bitmaps used in the X GUI. XBM files differ markedly from most image files in that they take the form of C source files. This means that they can be compiled directly into an application without any preprocessing steps, but it also makes them far larger than their raw pixel data would be (each byte of image data takes at least 4 bytes in a XBM file).
  • В компьютерной графике, текстовый формат для монохромных изображений, применяется в X Window System для хранения изображений курсоров и иконок, используемых в X GUI.
  • In computer grafica, l'X Window System utilizza X BitMap (XBM), un formato immagine di un testo ASCII monocromatico, per conservare le bitmap di cursori e icone utilizzate nella GUI X. I file XBM differiscono fortemente dalla maggior parte dei file, poiché i file XBM hanno la forma di file sorgenti del linguaggio C.
  • Een XBM of X-BitMap Graphic is een type computerafbeelding. Het bestandstype werd oorspronkelijk ontworpen voor gebruik in het X Window System om de iconen van het besturingssysteem mee weer te geven. Afbeeldingen in het XBM formaat zijn monochroom, een pixel is zwart of transparant. Om kleuren te kunnen toevoegen, is de afgeleide indeling van X-PixMap Graphic of XPM ontwikkeld.
  • XBM eller X BitMap är ett bildfilformat som används på X Window System för svartvita bilder. Används för att spara pekargrafik och ikoner för X GUI. Den största egenheten hos XBM-filer är att de har samma form som en fil i C-kod och kan därför kompileras direkt utan ändringar.
  • X BitMap, abrégé XBM, est un format d'image numérique monochrome originellement conçu pour le système X Window, notamment pour les images de pointeur et d'icône. Le format XBM décrit les images en langage C, ce qui permet à un programmeur d'intégrer très facilement des images XBM à un logiciel écrit en C. L'image d'un pointeur est écrite comme suit au format XBM : Texte d'un pointeur au format XBM (voir) : Les deux premières lignes définissent la largeur et la hauteur de l'image (11 par 16).
rdfs:label
  • X BitMap
  • X BitMap
  • X BitMap
  • XBM
  • XBM
  • X BitMap
owl:sameAs
foaf:depiction
foaf:page
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of