Scripting API

Parameter Description

<<FileClose Main Index FileLocations>> FileFormatPreferences Back
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

This is the description of the command FileFormatPreferences's parameter named RAW:

NameScript NameType Description Supports None Default Minimum Maximum
HeaderSizeHeaderSizeIntegerNumber of bytes taken up by a header. This will be skipped during loading.Yes0032767
InvertInvertEnumeration (Boolean)Image is loaded bottom first when checkedNoFalse
InterleaveInterleaveEnumeration (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.NoFalse
ColorOrderColorOrderEnumeration (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.NoRGB