LibraryLink`
LibraryLink`

MImage_getColumnCount (C Function)

gets the number of columns of an MImage.

Details

  • Used in C/C++ code in a library function called from the Wolfram Language.

Examples

Basic Examples  (1)

This gets the number of columns of an MImage:

MImage I0;
mint columns;
...
columns = libData->MImage_getColumnCount(I0);