Interleaved

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, 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 03: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.

  • Supported interleaved formats in AviSynth 2.5/2.6: RGB24, RGB32, YUY2

Related links:

Personal tools