imConvertPacking

Changes the packing of the data buffer. Both must have the same width, height and data_type. \n * It can be used to copy data even if depth=1. * \ingroup cnvutil

version(IM)
extern (C) @nogc nothrow
void
imConvertPacking
(
const(void)* src_data
,
void* dst_data
,
int width
,
int height
,,,,)

Meta