| CVRES_IMAGE_INVALID_SIZE |
Invalid size requested. |
| CVRES_IMAGE_MUST_INITIALIZE_ERR |
Image must be initialized first. |
| CVRES_IMAGE_EMPTY_ERR |
Image is currently empty. |
| CVRES_IMAGE_ALREADY_EXISTS |
Image file already exists. |
| CVRES_IMAGE_UNKNOWN_TYPE |
Image type is unknown. |
| CVRES_IMAGE_UNSUPPORTED_TYPE |
Image type is unsupported. |
| CVRES_IMAGE_UNSUPPORTED_FORMAT |
Image format is unsupported. |
| CVRES_IMAGE_INVALID_DATA |
Invalid data passed to image. |
| CVRES_IMAGE_CONVERSION_NOT_SUPPORTED |
Conversion between specified image types is unsupported. |
| CVRES_IMAGE_OPERATION_INVALID_ON_ROOT |
Sub image operations are invalid on the root image. |
| CVRES_IMAGE_INVALID_SUB_POSITION |
Invalid sub image position - position must be within parent. |
| CVRES_IMAGE_FILE_CORRUPTED |
Image file is corrupt |
| CVRES_IMAGE_OUT_OF_RANGE |
Coordinates are out of range in image (e.g. x > width) |
| CVRES_IMAGE_INVALID_CALLBACK |
Null callback passed when callback needed. |