<?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 Load a jpeg efficiently using IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873221#M9193</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have downloaded IPP but cant see to find a good example on how i can use IPP primitives on how i can load a Jpeg file form disk so i can compare that with the existing load method.&lt;/P&gt;
&lt;P&gt;I would like to see if IPP load will be faster then what i have now.&lt;/P&gt;
&lt;P&gt;Has anyone encountered an example on how to efficiently load jpeg image form disk?&lt;/P&gt;
&lt;P&gt;Any advice would be appreciated.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2010 03:52:57 GMT</pubDate>
    <dc:creator>darko-radiceski</dc:creator>
    <dc:date>2010-03-10T03:52:57Z</dc:date>
    <item>
      <title>Load a jpeg efficiently using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873221#M9193</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have downloaded IPP but cant see to find a good example on how i can use IPP primitives on how i can load a Jpeg file form disk so i can compare that with the existing load method.&lt;/P&gt;
&lt;P&gt;I would like to see if IPP load will be faster then what i have now.&lt;/P&gt;
&lt;P&gt;Has anyone encountered an example on how to efficiently load jpeg image form disk?&lt;/P&gt;
&lt;P&gt;Any advice would be appreciated.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2010 03:52:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873221#M9193</guid>
      <dc:creator>darko-radiceski</dc:creator>
      <dc:date>2010-03-10T03:52:57Z</dc:date>
    </item>
    <item>
      <title>Load a jpeg efficiently using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873222#M9194</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;
&lt;P&gt;I would recommend you to take a look at &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-samples-license-agreement/"&gt;IPP Sample&lt;/A&gt; package which is separate download. When you unzip the archive please look at image-codecs\uic folder for Intel Unified Image Codec API sample. Note, we also provide sample of standard libjpeg library boosted with IPP (you will find it under image-codecs\ijg folder).&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2010 06:20:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873222#M9194</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-03-10T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Load a jpeg efficiently using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873223#M9195</link>
      <description>&lt;P&gt;Here is link to an article about IPP sample code description and download information of different type of sample code.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Naveen Gv&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2010 06:54:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873223#M9195</guid>
      <dc:creator>Naveen_G_Intel</dc:creator>
      <dc:date>2010-03-10T06:54:22Z</dc:date>
    </item>
    <item>
      <title>Load a jpeg efficiently using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873224#M9196</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It is best to build the sampleipp-samples\image-codecs\jpegview.&lt;/P&gt;
&lt;P&gt;Run it in debuuger and set break point in file jpeg.cpp function:&lt;/P&gt;
&lt;P&gt;ReadImageJPEG&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can see how the jpeg file is loaded.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2010 20:29:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Load-a-jpeg-efficiently-using-IPP/m-p/873224#M9196</guid>
      <dc:creator>gangli59</dc:creator>
      <dc:date>2010-03-11T20:29:23Z</dc:date>
    </item>
  </channel>
</rss>

