privateconstintIL_JASC_PAL=0x0475;//!< PaintShop Pro Palette
// Error Types
privateconstintIL_NO_ERROR=0x0000;
privateconstintIL_INVALID_ENUM=0x0501;
privateconstintIL_OUT_OF_MEMORY=0x0502;
privateconstintIL_FORMAT_NOT_SUPPORTED=0x0503;
privateconstintIL_INTERNAL_ERROR=0x0504;
privateconstintIL_INVALID_VALUE=0x0505;
privateconstintIL_ILLEGAL_OPERATION=0x0506;
privateconstintIL_ILLEGAL_FILE_VALUE=0x0507;
privateconstintIL_INVALID_FILE_HEADER=0x0508;
privateconstintIL_INVALID_PARAM=0x0509;
privateconstintIL_COULD_NOT_OPEN_FILE=0x050A;
privateconstintIL_INVALID_EXTENSION=0x050B;
privateconstintIL_FILE_ALREADY_EXISTS=0x050C;
privateconstintIL_OUT_FORMAT_SAME=0x050D;
privateconstintIL_STACK_OVERFLOW=0x050E;
privateconstintIL_STACK_UNDERFLOW=0x050F;
privateconstintIL_INVALID_CONVERSION=0x0510;
privateconstintIL_BAD_DIMENSIONS=0x0511;
privateconstintIL_FILE_READ_ERROR=0x0512;// 05/12/2002: Addition by Sam.
privateconstintIL_FILE_WRITE_ERROR=0x0512;
privateconstintIL_LIB_GIF_ERROR=0x05E1;
privateconstintIL_LIB_JPEG_ERROR=0x05E2;
privateconstintIL_LIB_PNG_ERROR=0x05E3;
privateconstintIL_LIB_TIFF_ERROR=0x05E4;
privateconstintIL_LIB_MNG_ERROR=0x05E5;
privateconstintIL_LIB_JP2_ERROR=0x05E6;
privateconstintIL_LIB_EXR_ERROR=0x05E7;
privateconstintIL_UNKNOWN_ERROR=0x05FF;
// Origin Definitions
privateconstintIL_ORIGIN_SET=0x0600;
privateconstintIL_ORIGIN_LOWER_LEFT=0x0601;
privateconstintIL_ORIGIN_UPPER_LEFT=0x0602;
privateconstintIL_ORIGIN_MODE=0x0603;
// Format and Type Mode Definitions
privateconstintIL_FORMAT_SET=0x0610;
privateconstintIL_FORMAT_MODE=0x0611;
privateconstintIL_TYPE_SET=0x0612;
privateconstintIL_TYPE_MODE=0x0613;
// File definitions
privateconstintIL_FILE_OVERWRITE=0x0620;
privateconstintIL_FILE_MODE=0x0621;
// Palette definitions
privateconstintIL_CONV_PAL=0x0630;
// Load fail definitions
privateconstintIL_DEFAULT_ON_FAIL=0x0632;
// Key colour and alpha definitions
privateconstintIL_USE_KEY_COLOUR=0x0635;
privateconstintIL_USE_KEY_COLOR=0x0635;
privateconstintIL_BLIT_BLEND=0x0636;
// Interlace definitions
privateconstintIL_SAVE_INTERLACED=0x0639;
privateconstintIL_INTERLACE_MODE=0x063A;
// Quantization definitions
privateconstintIL_QUANTIZATION_MODE=0x0640;
privateconstintIL_WU_QUANT=0x0641;
privateconstintIL_NEU_QUANT=0x0642;
privateconstintIL_NEU_QUANT_SAMPLE=0x0643;
privateconstintIL_MAX_QUANT_INDEXS=0x0644;//XIX : ILint : Maximum number of colors to reduce to, default of 256. and has a range of 2-256
privateconstintIL_MAX_QUANT_INDICES=0x0644;// Redefined, since the above private const int is misspelled
// Hints
privateconstintIL_FASTEST=0x0660;
privateconstintIL_LESS_MEM=0x0661;
privateconstintIL_DONT_CARE=0x0662;
privateconstintIL_MEM_SPEED_HINT=0x0665;
privateconstintIL_USE_COMPRESSION=0x0666;
privateconstintIL_NO_COMPRESSION=0x0667;
privateconstintIL_COMPRESSION_HINT=0x0668;
// Compression
privateconstintIL_NVIDIA_COMPRESS=0x0670;
privateconstintIL_SQUISH_COMPRESS=0x0671;
// Subimage types
privateconstintIL_SUB_NEXT=0x0680;
privateconstintIL_SUB_MIPMAP=0x0681;
privateconstintIL_SUB_LAYER=0x0682;
// Compression definitions
privateconstintIL_COMPRESS_MODE=0x0700;
privateconstintIL_COMPRESS_NONE=0x0701;
privateconstintIL_COMPRESS_RLE=0x0702;
privateconstintIL_COMPRESS_LZO=0x0703;
privateconstintIL_COMPRESS_ZLIB=0x0704;
// File format-specific values
privateconstintIL_TGA_CREATE_STAMP=0x0710;
privateconstintIL_JPG_QUALITY=0x0711;
privateconstintIL_PNG_INTERLACE=0x0712;
privateconstintIL_TGA_RLE=0x0713;
privateconstintIL_BMP_RLE=0x0714;
privateconstintIL_SGI_RLE=0x0715;
privateconstintIL_TGA_ID_STRING=0x0717;
privateconstintIL_TGA_AUTHNAME_STRING=0x0718;
privateconstintIL_TGA_AUTHCOMMENT_STRING=0x0719;
privateconstintIL_PNG_AUTHNAME_STRING=0x071A;
privateconstintIL_PNG_TITLE_STRING=0x071B;
privateconstintIL_PNG_DESCRIPTION_STRING=0x071C;
privateconstintIL_TIF_DESCRIPTION_STRING=0x071D;
privateconstintIL_TIF_HOSTCOMPUTER_STRING=0x071E;
privateconstintIL_TIF_DOCUMENTNAME_STRING=0x071F;
privateconstintIL_TIF_AUTHNAME_STRING=0x0720;
privateconstintIL_JPG_SAVE_FORMAT=0x0721;
privateconstintIL_CHEAD_HEADER_STRING=0x0722;
privateconstintIL_PCD_PICNUM=0x0723;
privateconstintIL_PNG_ALPHA_INDEX=0x0724;//XIX : ILint : the color in the palette at this index value (0-255) is considered transparent, -1 for no trasparent color
privateconstintIL_JPG_PROGRESSIVE=0x0725;
privateconstintIL_VTF_COMP=0x0726;
// DXTC definitions
privateconstintIL_DXTC_FORMAT=0x0705;
privateconstintIL_DXT1=0x0706;
privateconstintIL_DXT2=0x0707;
privateconstintIL_DXT3=0x0708;
privateconstintIL_DXT4=0x0709;
privateconstintIL_DXT5=0x070A;
privateconstintIL_DXT_NO_COMP=0x070B;
privateconstintIL_KEEP_DXTC_DATA=0x070C;
privateconstintIL_DXTC_DATA_FORMAT=0x070D;
privateconstintIL_3DC=0x070E;
privateconstintIL_RXGB=0x070F;
privateconstintIL_ATI1N=0x0710;
privateconstintIL_DXT1A=0x0711;// Normally the same as IL_DXT1, except for nVidia Texture Tools.