<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic encode Jpeg by IJL in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/encode-Jpeg-by-IJL/m-p/990504#M22245</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can I encode an 8-bits Gray, YUV422, YUV411image to jpeg by using IJL without converting it to 24-bits RGB image ?&lt;/DIV&gt;
&lt;DIV&gt;I learn that there a IJL_G type used for 8 bits Gray image but when I use it :&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt; Jcprops.DIBChannels = 1;&lt;BR /&gt; Jcprops.DIBColor = IJL_G;&lt;BR /&gt; Jcprops.JPGChannels = 1;&lt;BR /&gt; Jcprops.JPGColor = IJL_G;&lt;BR /&gt; Jcprops.DIBSubsampling = IJL_NONE;&lt;BR /&gt;  Jcprops.JPGSubsampling = IJL_422;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;an error : IJL_UNSUPPORTED_SUBSAMPLING display&lt;BR /&gt;Maybe IJL supports only for 24-bit color image (Jcprops.JPGChannels = 3).&lt;/DIV&gt;
&lt;DIV&gt;Is it right ?&lt;BR /&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 21 May 2005 02:51:17 GMT</pubDate>
    <dc:creator>van</dc:creator>
    <dc:date>2005-05-21T02:51:17Z</dc:date>
    <item>
      <title>encode Jpeg by IJL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/encode-Jpeg-by-IJL/m-p/990504#M22245</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can I encode an 8-bits Gray, YUV422, YUV411image to jpeg by using IJL without converting it to 24-bits RGB image ?&lt;/DIV&gt;
&lt;DIV&gt;I learn that there a IJL_G type used for 8 bits Gray image but when I use it :&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt; Jcprops.DIBChannels = 1;&lt;BR /&gt; Jcprops.DIBColor = IJL_G;&lt;BR /&gt; Jcprops.JPGChannels = 1;&lt;BR /&gt; Jcprops.JPGColor = IJL_G;&lt;BR /&gt; Jcprops.DIBSubsampling = IJL_NONE;&lt;BR /&gt;  Jcprops.JPGSubsampling = IJL_422;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;an error : IJL_UNSUPPORTED_SUBSAMPLING display&lt;BR /&gt;Maybe IJL supports only for 24-bit color image (Jcprops.JPGChannels = 3).&lt;/DIV&gt;
&lt;DIV&gt;Is it right ?&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 21 May 2005 02:51:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/encode-Jpeg-by-IJL/m-p/990504#M22245</guid>
      <dc:creator>van</dc:creator>
      <dc:date>2005-05-21T02:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: encode Jpeg by IJL</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/encode-Jpeg-by-IJL/m-p/990505#M22246</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Sampling is not applicable to one channel image, because sampling by definition is changing of size of one image component related to other and can be applyed only to multi-channel images. You should use IJL_NONE for JPGSubsampling to encode one channel image.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 May 2005 01:13:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/encode-Jpeg-by-IJL/m-p/990505#M22246</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-25T01:13:38Z</dc:date>
    </item>
  </channel>
</rss>

