Skip to content

ImportBitmap

Hariiiiiiii edited this page Feb 3, 2021 · 3 revisions

Imports an image from a DDS file. No conversion will be done on the data in the DDS file. The pixel format must be supported by the game.

NOTE: This command must be used while a bitmap tag is currently open for editing.

Usage

ImportBitmap <image index> <dds file> [curve mode]

  • image index - index of the bitmap in the images block.
  • dds file - The bitmap you want to import.
  • curve mode - The gamma correction type; xRGB, Gamma2, Linear, Offset Log, sRGB, or Rec709.
Clone this wiki locally