The definitive Wolfram Language and notebook experience
The original technical computing environment
All-in-one AI assistance for your Wolfram experience
More mobile apps
We help clients realize the full potential of computational knowledge & intelligence.
WolframConsulting.com
More Wolfram Solutions
More Solutions for Education
Courses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
gets a void pointer to an array of the data elements of an MImage.
This gets a void pointer to the data elements of an MImage:
MImage I0;void* data;...data = libData->MImage_getRawData(I0);