| Name | Script Name | Type  |  Description  |  Supports None  |  Default  |  Minimum  |  Maximum  | 
        | HeaderSize | HeaderSize | Integer | Number of bytes taken up by a header.  This will be skipped during loading. | Yes | 0 | 0 | 32767 | 
        | Invert | Invert | Enumeration (Boolean) | Image is loaded bottom first when checked | No | False |  |  | 
        | Interleave | Interleave | Enumeration (Boolean) | Color channel information is in a single plane, or in multiple planes. A single plane has the color information for each pixel in a group of one or more bytes. Multiple planes separate the color channel information into separate regions of memory. | No | False |  |  | 
        | ColorOrder | ColorOrder | Enumeration (ColorOrder) | Order of color information in the data bytes associated with a pixel. RGB refers to a Red|Green|Blue order. BGR refers to a Blue|Green|Red order. | No | RGB |  |  |