Image Utilities
[Image Representation]
Detailed Description
- See im_util.h
Functions | |
| int | imImageDataSize (int width, int height, int color_mode, int data_type) |
| int | imImageLineSize (int width, int color_mode, int data_type) |
| int | imImageLineCount (int width, int color_mode) |
| int | imImageCheckFormat (int color_mode, int data_type) |
Function Documentation
|
||||||||||||||||||||
|
Returns the size of the data buffer. |
|
||||||||||||||||
|
Returns the size of one line of the data buffer. |
|
||||||||||||
|
Returns the number of elements of one line of the data buffer. |
|
||||||||||||
|
Check the combination color_mode+data_type. |