sisoIoBmpErrorCodes.h File Reference

sisoIoBmpErrorCodes.h File Reference

Definitions of error codes for parsing BMP files. More...

Go to the source code of this file.

Enumerations

enum  BMP_ERRORS {
  ERR_BMP_NO_ERROR = 0 , ERR_BMP_UNDEFINED = -1000000001 , ERR_BMP_BIT_FORMAT_UNKNOWN = -1000000002 , ERR_BMP_UNKNOWN_BIT_WIDTH = -1000000003 ,
  ERR_BMP_INVALID_SIZE = -1000000004 , ERR_BMP_CANNOT_HANDLE_4_BIT_IMAGES = -1000000005 , ERR_BMP_CANNOT_HANDLE_INDEXED_COLORS = -1000000006 , ERR_BMP_CANNOT_HANDLE_ALPHA_CHANNELS = -1000000007 ,
  ERR_BMP_CANNOT_HANDLE_COMPRESSED_IMAGES = -1000000008 , ERR_BMP_LINE_LENGTH_IS_NOT_MULTIPLE_OF_8 = -1000000009
}
 

Detailed Description

Definitions of error codes for parsing BMP files.

sisoIoBmpErrorCodes.h

Copyright (c) 2021 Basler AG, All Rights Reserved.

Author
Basler AG

Enumeration Type Documentation

◆ BMP_ERRORS

enum BMP_ERRORS
Enumerator
ERR_BMP_NO_ERROR 
ERR_BMP_UNDEFINED 
ERR_BMP_BIT_FORMAT_UNKNOWN 
ERR_BMP_UNKNOWN_BIT_WIDTH 
ERR_BMP_INVALID_SIZE 
ERR_BMP_CANNOT_HANDLE_4_BIT_IMAGES 
ERR_BMP_CANNOT_HANDLE_INDEXED_COLORS 
ERR_BMP_CANNOT_HANDLE_ALPHA_CHANNELS 
ERR_BMP_CANNOT_HANDLE_COMPRESSED_IMAGES 
ERR_BMP_LINE_LENGTH_IS_NOT_MULTIPLE_OF_8