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
-
The convert command line tool is able to convert RGB images to BMP. Example:
- Paint Shop Pro (Windows)
Powered by
Plone CMS.