Matrix1 Utility Plug-ins

MAKE IMAGE


Syntax

MAKE IMAGE Image Number, Width, Height
MAKE IMAGE Image Number, Width, Height, D3D format

Description

This command can be used to create an image capable of being used to draw/render to.

The first version will use an image format of the same type as the backbuffer.

The second version will use one of the following image formats:
#constant D3DFMT_A8R8G8B8 = 21
#constant D3DFMT_X8R8G8B8 = 22
#constant D3DFMT_R5G6B5 = 23
#constant D3DFMT_X1R5G5B5 = 24
#constant D3DFMT_A1R5G5B5 = 25
#constant D3DFMT_A4R4G4B4 = 26
#constant D3DFMT_A8R3G3B2 = 29
#constant D3DFMT_X4R4G4B4 = 30
#constant D3DFMT_A2B10G10R10 = 31
#constant D3DFMT_A8B8G8R8 = 32
#constant D3DFMT_X8B8G8R8 = 33
#constant D3DFMT_G16R16 = 34
#constant D3DFMT_A2R10G10B10 = 35

Go back to ...

Matrix1Util_33 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011