is an option for Image and related functions that specifies whether data corresponding to different channels in an object such as an image should be interleaved.


Interleaving
is an option for Image and related functions that specifies whether data corresponding to different channels in an object such as an image should be interleaved.
Details

- With the typical default setting Interleaving->True, objects are represented by an array of lists, where each list gives the value of each channel for each array element.
- With Interleaving->False, objects are represented by a list of arrays, where each array gives all the values for a particular channel.
- For single-channel images, Interleaving is always set to None.
Examples
open all close allBasic Examples (3)
Scope (2)
Properties & Relations (1)
For single-channel images, the Interleaving option is always set to None:
Related Guides
History
Text
Wolfram Research (2008), Interleaving, Wolfram Language function, https://reference.wolfram.com/language/ref/Interleaving.html.
CMS
Wolfram Language. 2008. "Interleaving." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Interleaving.html.
APA
Wolfram Language. (2008). Interleaving. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Interleaving.html
BibTeX
@misc{reference.wolfram_2025_interleaving, author="Wolfram Research", title="{Interleaving}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Interleaving.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_interleaving, organization={Wolfram Research}, title={Interleaving}, year={2008}, url={https://reference.wolfram.com/language/ref/Interleaving.html}, note=[Accessed: 13-August-2025]}