-
Notifications
You must be signed in to change notification settings - Fork 31
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.
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.