WLJS LogoWLJS Notebook

RawMemoryExport

RawMemoryExport[expr] exports a raw memory representation of expr.

  • RawMemoryExport[expr, type] uses the specified element type when returning an array.

Examples

RawMemoryExport[{1, 2, 3, 4}]
img = Image[RandomReal[1, {10, 10}]];
RawMemoryExport[Flatten[ImageData[img]], "Real32"]

Something isn't working? Report an issue.

Please visit the official Wolfram Language Reference for more details.

On this page