Interleaved: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
 
m minor rewording
Line 1: Line 1:
Interleaved image format is a format for storing images where all color components needed to represent a pixel are placed ''at the same place'' in memory. This is in contrast with how [[planar]] images are stored in memory.
Interleaved image format is a format for storing images where all color components needed to represent a pixel are placed ''at the same place'' in memory. This is in contrast with how [[planar]] images are stored in memory.


Some examples of interleaved image formats are [[RGB24]], [[RGB32]], [[YUY2]].
*Supported interleaved formats in AviSynth 2.5/2.6: [[RGB24]], [[RGB32]], [[YUY2]]


----
----

Revision as of 04:44, 25 September 2014

Interleaved image format is a format for storing images where all color components needed to represent a pixel are placed at the same place in memory. This is in contrast with how planar images are stored in memory.


Related links: