Interleaved: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
| 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. | ||
*Supported interleaved formats in AviSynth 2.5/2.6: [[RGB24]], [[RGB32]], [[YUY2]] | *Supported interleaved formats in AviSynth 2.5/2.6 and AviSynth+: [[RGB24]], [[RGB32]], [[YUY2]] | ||
---- | ---- | ||
Revision as of 18:51, 9 June 2020
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: