ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearSGITagIDs Enumeration |
'Declaration Public Enum ImGearSGITagIDs Inherits System.Enum
'Usage Dim instance As ImGearSGITagIDs
public enum ImGearSGITagIDs : System.Enum
__value public enum ImGearSGITagIDs : public System.Enum
public enum class ImGearSGITagIDs : public System.Enum
Member | Value | Description |
---|---|---|
BPC | 1402 | Number of bytes per pixel channel. |
COLOR_MAP | 1411 | Color map. |
DIMENSION | 1403 | Number of dimensions. |
DUMMY1 | 1409 | Dummy 1 value. |
DUMMY2 | 1412 | Dummy 2 value. |
FORMAT | 18 | SGI metadata format identifier. |
IMAGE_NAME | 1410 | Image name. |
MAGIC | 1400 | IRIS image file magic number. |
PIX_MAX | 1408 | Maximum pixel value. |
PIX_MIN | 1407 | Minimum pixel value. |
STORAGE | 1401 | Storage format. |
X_SIZE | 1404 | X size in pixels. |
Y_SIZE | 1405 | Y size in pixels. |
Z_SIZE | 1406 | Number of channels. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearSGITagIDs