X BitMap

X BitMap
X BitMap
Расширение

.xbm

MIME

image/x-xbitmap unofficial
image/x-xbm unofficial

Тип формата

Графические форматы

Развит в

XPM

В компьютерной графике, текстовый формат для монохромных изображений, применяется в X Window System для хранения изображений курсоров и иконок, используемых в X GUI.

Формат

#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 };

Заголовок XBM-файла имеет две или четыре директивы #define. Первые две задают высоту и ширину растрового изображения в точках. Другие две, если присутствуют, задают позицию «горячей» точки. («Горячая» точка используется, например, в файле, описывающем изображение курсора).

Каждая точка представлена одним двоичным разрядом (битом). Точка черная, если в разряде логическая единица, и белая, если логический ноль. Каждый байт массива содержит информацию о восьми точках. Верхняя левая точка растрового изображения представлена младшим разрядом первого байта массива.

Если ширина изображения не кратна 8, то механизм обработки изображения отбрасывает лишние разряды в последнем байте каждой строки.



Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Полезное


Смотреть что такое "X BitMap" в других словарях:

  • Bitmap-Grafik — Bitmap Grafik,   ein Computerbild, bei dem die Bildinformationen punktweise gespeichert sind. Bei Schwarz Weiß Bildern wird jeder Bildpunkt durch genau ein Bit beschrieben; bei Graustufen und Farbbildern sind mehrere Bits für jeden Bildpunkt… …   Universal-Lexikon

  • Bitmap-Format — Bitmap Format,   ein Dateiformat zur Speicherung von Bitmap Grafiken. Ein Pixel eines Bitmaps nimmt je nach Farbtiefe zwischen einem Bit (monochrom, schwarzweiß) und drei Byte (TrueColor mit 16,7 Millionen Farben) Speicherplatz ein. Damit… …   Universal-Lexikon

  • Bitmap-Font —   (Bitmap Zeichensatz, Bitmap Font), Bitmap orientierte Schrift (Bitmap Schrift) …   Universal-Lexikon

  • Bitmap Distribution Format — (BDF)  созданный компанией Adobe формат файлов для хранения растровых шрифтов. Содержимое файла представлено в текстовом виде, удобочитаемом как для человека так и для компьютера. Обычно, BDF используется в UNIX средах. Содержание 1 Введение …   Википедия

  • Bitmap textures — are digital images representing a surface, a material, a pattern or even a picture, generated by an artist or designer using a bitmap editor software such as Adobe Photoshop or Gimp or simply by scanning an image and, if necessary, retouching it… …   Wikipedia

  • Bitmap file — may be a generic term for:* File format for storing raster graphics * Computer file containing a raster graphics imageBitmap file may also refer to:* Windows bitmap, or BMP, a particular graphics file format …   Wikipedia

  • Bitmap format — is:* Generic term for file formats for raster graphics images * Specific term for Windows bitmap (BMP) or X Bitmap (XBM) file format …   Wikipedia

  • Bitmap (disambiguation) — Bitmap is a type of memory organization or image file format used to store digital images.Bitmap may also mean the following:*Bitmap (group), an alternative music band from England …   Wikipedia

  • Bitmap-Schrift — Bitmap Schrift,   Schrift (Font), deren Zeichen aus einem Punktmuster bestehen, also aus einer Bitmap. Eine derartige Schrift eignet sich jeweils nur für ein bestimmtes Ausgabegerät, entweder für den Bildschirm oder für den Drucker. Größe und… …   Universal-Lexikon

  • bitmap Computing — noun a representation in which each item corresponds to one or more bits of information, especially the information used to control the display of a computer screen. verb (bitmaps, bitmapping, bitmapped) represent as a bitmap …   English new terms dictionary

  • bitmap — [bit′map΄] n. Comput. a representation of a graphic image, as a letter or number, as a sequence of bits that generates a corresponding pattern of pixels on a video screen * * * bit map or bit·map (bĭtʹmăp ) n. Computer Science A set of bits that… …   Universalium


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»