中英
bitmap
/ ˈbɪtmæp /
/ ˈbɪtmæp /
  • 简明
  • 柯林斯
  • n.[计] 位图,位映像
    • 复数

      bitmaps
    • 第三人称单数

      bitmaps
    • 现在分词

      bitmapping
    • 过去式

      bitmapped
    • 过去分词

      bitmapped
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

    [计] 位图

    ...1、点阵图和矢量图是现代计算机平面图形的两大概念。 2、一般来说点阵图和位图(bitmap)是一个概念,亦称为绘制图像,删格图像,像素图,简单的说,就是最小单位由像素构成的图,缩放会失真。

  • 2

     点阵图

    注明:点阵图(Bitmap)是以像素组成的,可以想象成马赛克,放大会变成锯齿

  • 3

     图片

    图片半透明绘制需要图片(Bitmap)是32位的。

  • 4

     位图贴图

    2位图贴图(Bitmap Map) 位图贴图( 位图贴图 ) 使用事先准备好的图像文件作为贴图.格式可为: 使用事先准备好的图像文件作为贴图.

短语
  • 1
    Bitmap Font

    点阵字体 ; 点阵字 ; 位图字体 ; 点阵字型

  • 2
    Bitmap File

    位图文件 ; 一种位图文件 ; 位图档案 ; 创建位图文件

  • 3
    BMP BitMap

    位图 ; 一种图象格式 ; bmp位图

查看更多
  • 双语例句
  • 权威例句
  • 1
    You can also export images as bitmap files.
    此外,还可以以位图文件导出图片。
  • 2
    The two types of images are: bitmap and vector.
    图像分为两类:位图和矢量图。
  • 3
    Figure 1 shows a bitmap version of the rendered graphic.
    图1显示了生成图像的位图。
查看更多
  • 词源
1

bitmap:

bit +‎ map

FROM: wiktionary
  • 百科
  • Bitmap

    In computing, a bitmap is a mapping from some domain (for example, a range of integers) to bits, that is, values which are zero or one. It is also called a bit array or bitmap index.In computer graphics, when the domain is a rectangle (indexed by two coordinates) a bitmap gives a way to store a binary image, that is, an image in which each pixel is either black or white (or any two colors).The more general term pixmap refers to a map of pixels, where each one may store more than two colors, thus using more than one bit per pixel. Often bitmap is used for this as well. In some contexts, the term bitmap implies one bit per pixel, while pixmap is used for images with multiple bits per pixel.A bitmap is a type of memory organization or image file format used to store digital images. The term bitmap comes from the computer programming terminology, meaning just a map of bits, a spatially mapped array of bits. Now, along with pixmap, it commonly refers to the similar concept of a spatially mapped array of pixels. Raster images in general may be referred to as bitmaps or pixmaps, whether synthetic or photographic, in files or memory.Many graphical user interfaces use bitmaps in their built-in graphics subsystems; for example, the Microsoft Windows and OS/2 platforms' GDI subsystem, where the specific format used is the Windows and OS/2 bitmap file format, usually named with the file extension of .BMP (or .DIB for device-independent bitmap). Besides BMP, other file formats that store literal bitmaps include InterLeaved Bitmap (ILBM), Portable Bitmap (PBM), X Bitmap (XBM), and Wireless Application Protocol Bitmap (WBMP). Similarly, most other image file formats, such as JPEG, TIFF, PNG, and GIF, also store bitmap images (as opposed to vector graphics), but they are not usually referred to as bitmaps, since they use compressed formats internally.

查看更多