<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>my tech blog &#187; ImageMagick YCbCr YUV 4:2:2</title>
	<atom:link href="http://billauer.se/blog/tag/imagemagick-ycbcr-yuv-422/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 12 Mar 2026 11:36:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Using ImageMagick to convert a 4:2:2 YCrCb raw image to something viewable</title>
		<link>https://billauer.se/blog/2009/02/imagemagick-convert-ycbcr/</link>
		<comments>https://billauer.se/blog/2009/02/imagemagick-convert-ycbcr/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:37:41 +0000</pubDate>
		<dc:creator>eli</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ImageMagick YCbCr YUV 4:2:2]]></category>

		<guid isPermaLink="false">https://billauer.se/blog/?p=9</guid>
		<description><![CDATA[Some electronic imaging system dumped a 4:2:2 YCbCr raw image into a file. It&#8217;s a debug output. Now I wanted to see this image. GIMP doesn&#8217;t import that format. ImageMagick had the solution. It was as simple as convert -size 800x600 pal:ImageOut.raw ImageOut.bmp I don&#8217;t know why they picked the codename &#8220;pal&#8221; to represent 4:2:2 [...]]]></description>
			<content:encoded><![CDATA[<p>Some electronic imaging system dumped a 4:2:2 YCbCr raw image into a file. It&#8217;s a debug output. Now I wanted to see this image. GIMP doesn&#8217;t import that format. ImageMagick had the solution. It was as simple as</p>
<pre>convert -size 800x600 pal:ImageOut.raw ImageOut.bmp</pre>
<p>I don&#8217;t know why they picked the codename &#8220;pal&#8221; to represent 4:2:2 format (maybe because of ITU-R BT.601?) , but it did the job. Ah, they call it &#8220;YUV&#8221; and not &#8220;YCbCr&#8221;, but it was really close enough for me.</p>
<p>For a list of supported formats:</p>
<pre>convert -list format</pre>
]]></content:encoded>
			<wfw:commentRss>https://billauer.se/blog/2009/02/imagemagick-convert-ycbcr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
