<?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 Jpeg decompression in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847677#M6241</link>
    <description>&lt;P&gt;hi I am new here&lt;/P&gt;
&lt;P&gt;i am using intel ipp 5.3(new to this also)&lt;/P&gt;
&lt;P&gt;i want to decompress jpeg images and play back in MFC vc++.&lt;/P&gt;
&lt;P&gt;previously i am using cx image libraries,now i am using ipp&lt;/P&gt;
&lt;P&gt;can u please tel me the proper apis and procedure&lt;/P&gt;
&lt;P&gt;im reading docs also ,m not getting&lt;/P&gt;
&lt;P&gt;if possible provide some sample code.&lt;/P&gt;
&lt;P&gt;some samples ipp-samplesaudio-video-codecscodecjpeg i have downloaded from site which are giving linking errors&lt;/P&gt;
&lt;P&gt;thank u&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2008 14:15:12 GMT</pubDate>
    <dc:creator>jggirish</dc:creator>
    <dc:date>2008-02-20T14:15:12Z</dc:date>
    <item>
      <title>Jpeg decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847677#M6241</link>
      <description>&lt;P&gt;hi I am new here&lt;/P&gt;
&lt;P&gt;i am using intel ipp 5.3(new to this also)&lt;/P&gt;
&lt;P&gt;i want to decompress jpeg images and play back in MFC vc++.&lt;/P&gt;
&lt;P&gt;previously i am using cx image libraries,now i am using ipp&lt;/P&gt;
&lt;P&gt;can u please tel me the proper apis and procedure&lt;/P&gt;
&lt;P&gt;im reading docs also ,m not getting&lt;/P&gt;
&lt;P&gt;if possible provide some sample code.&lt;/P&gt;
&lt;P&gt;some samples ipp-samplesaudio-video-codecscodecjpeg i have downloaded from site which are giving linking errors&lt;/P&gt;
&lt;P&gt;thank u&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2008 14:15:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847677#M6241</guid>
      <dc:creator>jggirish</dc:creator>
      <dc:date>2008-02-20T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Jpeg decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847678#M6242</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you notice image-codecs folder in IPP sample package? Please take a look on JPEGView sample which actually is MFC application which use IPP JPEG codec.&lt;/P&gt;
&lt;P&gt;By the way, did you follow instructions in sample's readme.htm trying to build it? All IPP samples were tested before release, so link issues are not expected.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2008 14:46:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847678#M6242</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-02-20T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Jpeg decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847679#M6243</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for reply.&lt;/P&gt;
&lt;P&gt;i got running of .exe file of JPEGView sample.&lt;/P&gt;
&lt;P&gt;but iam not able to run as aproject.only .exe i can run&lt;/P&gt;
&lt;P&gt;also how to integrate all these sourse files with my application.when i add all src files it is showing errors like "unknown end of file found".my compressed JPEG image is in buffer and i want decompressed data into another buffer so that i will display on dilog box.&lt;/P&gt;
&lt;P&gt;thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:06:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847679#M6243</guid>
      <dc:creator>jggirish</dc:creator>
      <dc:date>2008-03-04T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Jpeg decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847680#M6244</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The JPEG codec sources are depend on precomp.h/cpp files (to support headers precompilation). If you do not use precompilation you may just add empty files with such name into your project, that should be enough.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2008 19:28:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847680#M6244</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-05T19:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Jpeg decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847681#M6245</link>
      <description>&lt;P&gt;Hi vladimir&lt;/P&gt;
&lt;P&gt;Thank u, i am able to buildthe jpegview project.&lt;/P&gt;
&lt;P&gt;In the output i amsimply able to find thesize change only(i.e 1,1/2,1/4,1/8 etc).&lt;/P&gt;
&lt;P&gt;If i want theory abt the project(s) i.e. what that project is exactly doing and the theory behind that, where i have to search, any docs available.&lt;/P&gt;
&lt;P&gt;For me the decompressed data should cme in the buffer(array) so that i will display on the mfc dilog box using CPaintDC api's.I am not able to find out where i have to give the input buffer and where i will get output buffer.&lt;/P&gt;
&lt;P&gt;. . . Girish&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:47:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847681#M6245</guid>
      <dc:creator>jggirish</dc:creator>
      <dc:date>2008-03-13T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Jpeg decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847682#M6246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;IPP JPEGView sample is MFC application, so you should be able to find how to use MFC and IPP JPEG codec, please take a look on JPEGView source code for details.&lt;/P&gt;
&lt;P&gt;Basically, you may find it useful to see jpeg.cpp and JPEGViewView.cpp files.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2008 21:31:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Jpeg-decompression/m-p/847682#M6246</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-20T21:31:16Z</dc:date>
    </item>
  </channel>
</rss>

