
InterleavedImageFormat
======================

When talking about interleaved and :doc:`PlanarImageFormat <PlanarImageFormat>` the main difference
is how they are stored in memory.

Interleaved images have all color components needed to represent a pixel
placed at the same place in memory.

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

Related links:

- `RGB pixel formats`_
- `Packed YUV Formats`_
- `Recommended 8-Bit YUV Formats for Video Rendering`_ | `archived`_

----

Back to :doc:`FilterSDK`

$Date: 2015/01/13 00:24:50 $

.. _RGB pixel formats: http://www.fourcc.org/rgb.php
.. _Packed YUV Formats: http://www.fourcc.org/yuv.php#Packed YUV Formats
.. _Recommended 8-bit YUV Formats for Video Rendering: http://msdn.microsoft.com/en-us/library/windows/desktop/dd206750(v=vs.85).aspx
.. _archived:
    http://web.archive.org/web/20131206041437/http://msdn.microsoft.com/en-us/library/windows/desktop/dd206750(v=vs.85).aspx
