Document Actions

How can I convert raw YUY2 (YUYV) images?

Up to Table of Contents

The YUY2RGB tool can be used to convert YUY2 (also known as YUYV) image data into RGB image data, which is supported by a number of Linux and Windows applications:

  • ImageMagick:
    • The convert command line tool is able to convert RGB images to BMP. Example:
      convert -size 960x720 -depth 8 rgb:image.raw image.bmp
    • To view RGB images, the display tool can be used as follows:
      display -size 640x480 -depth 8 rgb:image.raw
  • Paint Shop Pro (Windows)
by Martin Rubli last modified 2008-01-13 17:37
Powered by Plone CMS.