IGE_SUCCESS
|
0
|
No errors - Success.
|
IGE_FAILURE
|
-1
|
General error - Failure.
|
IGE_NOT_LICENSED
|
-2
|
License error.
|
IGE_NOT_DONE_YET
|
-100
|
For internal reference of areas to which to return.
|
IGE_NOT_IMPLEMENTED
|
-200
|
For internal reference of areas to which to return.
|
IGE_NOT_SUPPORTED_BY_PLATFORM
|
-350
|
The last function used is not supported by this platform.
|
IGE_ERROR_COMPRESSION
|
-400
|
Compression error.
|
IGE_PARAMETER_HAS_INVALID_VALUE
|
-401
|
Incoming parameter is invalid.
|
IGE_INVALID_TYPE
|
-402
|
Incoming parameter's type is invalid.
|
IGE_OLD_CORE_CALL
|
-403
|
Internal failure. Contact Accusoft Technical Support.
|
IGE_BUFFER_HAS_INSUFFICIENT_SIZE
|
-404
|
Incoming buffer has insufficient size.
|
IGE_EXTENSION_NOT_LOADED
|
-500
|
The ImageGear extension was not present or couldn't be loaded.
|
IGE_FILTER_NOT_LOADED
|
-510
|
Requested format filter is not present.
|
IGE_INVALID_FILTER_OPERATION
|
-511
|
Requested operation is not supported by format filter.
|
IGE_FILTER_CTRL_INVALID_NAME
|
-512
|
The name of control parameter is invalid or not supported.
|
IGE_INVALID_FUNCTION_NAME
|
-550
|
The name of the component's function is invalid.
|
IGE_INVALID_FUNCTION_POINTER
|
-551
|
Invalid pointer to the component's function.
|
IGE_INVALID_COMPONENT_MODULE
|
-552
|
The module is not component or has wrong interface.
|
IGE_COMPONENT_ATTACH_FAILURE
|
-553
|
Failure to attach component.
|
IGE_INVALID_CONTROL_OPTION
|
-600
|
Invalid image control option ID.
|
IGE_INVALID_EXTENSION_MODULE
|
-700
|
The specified ImageGear extension file was not a valid extension file.
|
IGE_EXTENSION_INITIALIZATION_FAILED
|
-800
|
The specified ImageGear extension was unable to initialize.
|
IGE_FUNCTIONALITY_NOT_SUPPORTED
|
-900
|
The ImageGear functionality is not supported under this platform.
|
IGE_OUT_OF_MEMORY
|
-1000
|
No more global memory is available for allocation, reduced used resources.
|
IGE_EVAL_DLL_TIMEOUT_HAS_EXPIRED
|
-1003
|
The DLL is an Evaluation copy and as timed out - contact Accusoft to purchase a release copy.
|
IGE_INVALID_STANDARD_KERNEL
|
-1004
|
The kernel expected one of the predefined ones; yours could not be found.
|
IGE_INTERNAL_ERROR
|
-1005
|
An internal error has occurred, contact Accusoft technical support.
|
IGE_INVALID_RECTANGLE
|
-1007
|
Occurs when a rectangle's left >= right or top >= bottom.
|
IGE_NO_CLIPBOARD_IMAGE_AVAILABLE
|
-1008
|
No image is available for a clipboard paste.
|
IGE_CLIPBOARD_OPEN_FAILED
|
-1009
|
Could not open the clipboard.
|
IGE_SETCLIPBOARDDATA_FAILED
|
-1010
|
Could not put data into the clipboard.
|
IGE_COULD_NOT_GET_DDB_DIMENSIONS
|
-1011
|
GetObject() failed. Couldn't get the DDB's dimensions.
|
IGE_COULD_NOT_GET_DDB_BITS
|
-1012
|
GetDIBits() failed. Couldn't get the DDB's image data.
|
IGE_CREATE_BITMAP_FAILED
|
-1013
|
CreateBitmap() failed. Couldn't create a DDB.
|
IGE_COULD_DISPLAY_DDB
|
-1014
|
BitBlt() failed. Couldn't display the DDB.
|
IGE_INVALID_PATTERN_BITMAP
|
-1015
|
The DDB was > 1 bit per pixel or the width was > 8 or the height was > 8.
|
IGE_PASSWORD_INVALID
|
-1016
|
The Password is not recognized.
|
IGE_THUMBNAIL_NOT_PRESENT
|
-2000
|
Thumbnails are supported but none can be found in this image file.
|
IGE_THUMBNAIL_READ_ERROR
|
-2001
|
A read error occurred while reading a thumbnail.
|
IGE_THUMBNAIL_NOT_SUPPORTED
|
-2002
|
Thumbnails are not supported by this format.
|
IGE_PAGE_NOT_PRESENT
|
-2005
|
The requested image page does not exist in the file.
|
IGE_PAGE_INVALID
|
-2006
|
The page number provided is outside of the range of valid pages for this file.
|
IGE_PAGE_COULD_NOT_BE_READ
|
-2007
|
The page number could not be determined.
|
IGE_CANT_DETECT_FORMAT
|
-2010
|
The format of the file can not be determined.
|
IGE_FILE_CANT_BE_OPENED
|
-2030
|
An attempt to open a file failed; it may not exist in the provided path.
|
IGE_FILE_CANT_BE_CREATED
|
-2031
|
An attempt to create a file failed; it may already exist in the provided path.
|
IGE_FILE_CANT_BE_CLOSED
|
-2032
|
An attempt to close a file failed.
|
IGE_FILE_TO_SMALL_TO_BE_BMFH
|
-2033
|
The file is too small to be a valid BMFH.
|
IGE_FILE_IS_NOT_BMP
|
-2034
|
The BMFH Magic number is invalid.
|
IGE_FILE_TO_SMALL_TO_BE_BMIH
|
-2035
|
The file is too small to be a valid BMIH.
|
IGE_BMP_IS_COMPRESSED
|
-2040
|
The BMP file is in compressed (RLE) format.
|
IGE_FILE_SIZE_WRITE_ERROR
|
-2041
|
Could not write file size field to BMP.
|
IGE_CANT_READ_PALETTE
|
-2050
|
Can't read palette.
|
IGE_CANT_READ_PIXELS
|
-2051
|
Can't read pixel data.
|
IGE_CANT_READ_HEADER
|
-2052
|
Can't read header.
|
IGE_INVALID_FILE_TYPE
|
-2060
|
Invalid file type.
|
IGE_INVALID_HEADER
|
-2061
|
Invalid file header.
|
IGE_CANT_WRITE_PALETTE
|
-2070
|
Can't write palette.
|
IGE_CANT_WRITE_PIXELS
|
-2071
|
Can't write pixel data.
|
IGE_CANT_WRITE_HEADER
|
-2072
|
Can't write header.
|
IGE_FORMAT_NOT_DETECTABLE
|
-2073
|
Save format cannot be detected from file extension used.
|
IGE_INVALID_COMPRESSION
|
-2080
|
Invalid compression.
|
IGE_INSTANCE_FAILURE
|
-2090
|
Instance failure.
|
IGE_INSTANCE_CLEANUP_ERROR
|
-2091
|
Instance cleanup error.
|
IGE_CANT_SETUP_DIB_HEADER
|
-2095
|
Can't set up DIB header.
|
IGE_CANT_READ_FILE
|
-2100
|
Can't read file.
|
IGE_INVALID_IMAGE_FORMAT
|
-2110
|
The image file is invalid as the expected format.
|
IGE_FILE_FORMAT_IS_READONLY
|
-2111
|
The image file is read only and cannot be written to.
|
IGE_INVALID_BITCOUNT_FOR_FORMAT
|
-2112
|
The bitcount found is not supported by this format.
|
IGE_INTERRUPTED_BY_USER
|
-2113
|
Status bar callback returned FALSE.
|
IGE_NO_BITMAP_REGION
|
-2390
|
No bitmap region.
|
IGE_BAD_FILE_FORMAT
|
-2391
|
Format is not correct.
|
IGE_EPS_NO_PREVIEW
|
-2392
|
EPS file has no screen preview image to load.
|
IGE_CANT_WRITE_FILE
|
-2393
|
File can't be saved in the specified format.
|
IGE_NO_BITMAP_FOUND
|
-2394
|
WPG, WMF, etc. No raster image exists in file.
|
IGE_PALETTE_FILE_TYPE_INVALID
|
-2395
|
IG_PALETTE_ value is not known.
|
IGE_PALETTE_FILE_WRITE_ERROR
|
-2396
|
Error writing to a palette file.
|
IGE_PALETTE_FILE_READ_ERROR
|
-2397
|
Error reading from a palette file.
|
IGE_PALETTE_FILE_NOT_DETECTED
|
-2398
|
The file is not a valid palette file.
|
IGE_PALETTE_FILE_INVALID_HALO_PAL
|
-2399
|
Detected Dr. Halo Palette file is invalid.
|
IGE_G4_PREMATURE_EOF_AT_SCAN_LINE
|
-2400
|
Group 4 premature EOF.
|
IGE_G4_PREMATURE_EOL_AT_SCAN_LINE
|
-2401
|
Group 4 premature EOL.
|
IGE_G4_BAD_2D_CODE_AT_SCAN_LINE
|
-2402
|
Group 4 invalid 2D code.
|
IGE_G4_BAD_DECODING_STATE_AT_SCAN_LINE
|
-2403
|
Group 4 bad decoding state.
|
IGE_G3_PREMATURE_EOF_AT_SCAN_LINE
|
-2410
|
Group 3 premature EOF.
|
IGE_G3_BAD_1D_CODE_AT_SCAN_LINE
|
-2411
|
Group 3 bad 1D code.
|
IGE_G3_PREMATURE_EOL_AT_SCAN_LINE
|
-2412
|
Group 3 premature EOL.
|
IGE_BITDEPTH_NOTSUPPORTED
|
-2413
|
This Bit-Depth is not supported for this write format.
|
IGE_DIRECTORY_CREATE_ERROR
|
-2414
|
Unable to create Destination Directory.
|
IGE_LOG_FILE_CREATE_ERROR
|
-2417
|
Unable to create Batch Log File.
|
IGE_NAME_CONV_NOT_SUPPORTED
|
-2416
|
Batch Naming configuration not supported.
|
IGE_IMNET_INVALID_WIDTH
|
-2418
|
Invalid width for IMNET.
|
IGE_PJPEG_INVALID_SCAN_CONFIGURATION
|
-2420
|
Invalid configuration of scans for progressive JPEG write.
|
IGE_PJPEG_INVALID_SCAN_COUNT
|
-2421
|
Invalid number of scans for progressive JPEG write.
|
IGE_JPG_UNRECOGNIZED
|
-2422
|
Unrecognized JPEG marker encountered.
|
IGE_JPG_INVALID_QTABLE_ID
|
-2423
|
Invalid quantization table descriptor.
|
IGE_JPG_INVALID_QTABLE_PRECISION
|
-2424
|
Invalid quantization table precision.
|
IGE_JPG_INVALID_HUFFMAN_ID
|
-2425
|
Invalid Huffman table descriptor.
|
IGE_JPG_INVALID_HUFFMAN_TABLE
|
-2426
|
Invalid Huffman table.
|
IGE_PJPEG_NOT_SUPPORTED
|
-2427
|
Progressive JPEG feature is not supported.
|
IGE_OPERATION_IS_NOT_ALLOWED
|
-2432
|
This operation is not allowed.
|
IGE_PROC_INVAL_FOR_RUNS_DIB
|
-2433
|
This function can not be used on DIBs in the Runs format - convert first IG_IP_convert_runs_to_DIB.
|
IGE_CAN_NOT_OPEN_TEMP_FILE
|
-2434
|
The temporary file need for this function could not be opened/created.
|
IGE_ALLOC_SELECTOR_FAILED
|
-2435
|
AllocSelector() failed, couldn't get an entry into the Global Descriptor able.
|
IGE_LOAD_FUNCTION_GET_FAILED
|
-2436
|
Was not able to initialize the filer load function.
|
IGE_PNG_CHUNK_WRITE_FAILED
|
-2438
|
Failed to write the correct number of bytes for png chunk.
|
IGE_PNG_WRITE_FAILED
|
-2439
|
Failed to write png data.
|
IGE_PNG_CHUNK_READ_FAILED
|
-2440
|
Failed to READ the correct number of bytes for png chunk.
|
IGE_PNG_READ_FAILED
|
-2441
|
Failed to READ png data.
|
IGE_PNG_NO_IDAT_CHUNK
|
-2442
|
Failed to READ a mandatory IDAT Chunk.
|
IGE_NOT_SUPPORTED_COMP
|
-2443
|
Compression is not supported at this time.
|
IGE_UNDEFNIED_COLOR_SPACE_ID
|
-2444
|
Color space ID is not defined.
|
IGE_DIB_RES_UNITS_NOT_SUPPORTED
|
-2445
|
DIB resolution units are not supported.
|
IGE_FILTER_CANT_GET_INFOFUNC
|
-2446
|
Failed to get filter's info function.
|
IGE_FILTER_UNKNOWN_FORMAT
|
-2447
|
Unknown file format.
|
IGE_X_NULL_DISPLAY
|
-2448
|
X display specified is NULL. ASCII filter is unable to draw text.
|