Raw Data Conversion Utilities
[Image Representation]
Detailed Description
- Utilities for raw data buffers.
- See im_convert.h
Functions | |
void | imConvertPacking (const void *src_data, void *dst_data, int width, int height, int depth, int data_type, int src_is_packed) |
void | imConvertMapToRGB (unsigned char *data, int count, int depth, int packed, long *palette, int palette_count) |
Function Documentation
|
Changes the packing of the data buffer. |
|
Changes in-place a MAP data into a RGB data. The data must have room for the RGB image. |