<?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 Faster Jpeg Encoder [UIC, IJC, Picnic] in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798101#M2929</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;thanks for your interest to Intel IPP Unified Image Codec. What kind of problem you have recompiling UIC sample? It should come with simple command line build system (some batch and Makefilefiles). Please refer to sample's readme.htm file for details on how to build that.&lt;BR /&gt;&lt;BR /&gt;Note, we also provide precompiled UIC sample as a separate download (called as UIC picnic demo). It contain precompiled UIC DLLs andand GUI picnic sample application&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Thu, 28 Oct 2010 10:00:17 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2010-10-28T10:00:17Z</dc:date>
    <item>
      <title>Faster Jpeg Encoder [UIC, IJC, Picnic]</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798100#M2928</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would need to encode JPEG Images faster than .net and other common encoders.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Some basic information about the JPEG images and about the system:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;* gray-scale - 8 bits&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;* lossy&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;* 640x512px&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;* 200 fps&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;* compression ratio is important, but the encoding time should not be greater than 8~10ms per image in a normal computer&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The procedure is also very simple: the image data, that is received from the device - 1 byte per pixel - should be encoded in memory, where input and output are pre-allocated buffers. The application may be written in C, C++ or .net.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have checked UIC Picnic and the results of the compiled demo are great. But,unfortunately, I could not recompile it using VS2008.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would like to get UIC Picnic compiled in VS2008 to test the complete system. A complete VS project would be perfect, but any help, instructing how to get it compiled, will be welcome!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;As I could see, the UIC would be fast enough for this purpose. Also, any suggestion about performance improvement will be welcome.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Best Regards&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Oct 2010 09:54:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798100#M2928</guid>
      <dc:creator>Vinicius_Strasser</dc:creator>
      <dc:date>2010-10-28T09:54:17Z</dc:date>
    </item>
    <item>
      <title>Faster Jpeg Encoder [UIC, IJC, Picnic]</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798101#M2929</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;thanks for your interest to Intel IPP Unified Image Codec. What kind of problem you have recompiling UIC sample? It should come with simple command line build system (some batch and Makefilefiles). Please refer to sample's readme.htm file for details on how to build that.&lt;BR /&gt;&lt;BR /&gt;Note, we also provide precompiled UIC sample as a separate download (called as UIC picnic demo). It contain precompiled UIC DLLs andand GUI picnic sample application&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Thu, 28 Oct 2010 10:00:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798101#M2929</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-10-28T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Faster Jpeg Encoder [UIC, IJC, Picnic]</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798102#M2930</link>
      <description>Dear Vladimir,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;At first, thanks for yourquicklyreply.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The compiled UIC is working perfectly. I could not find a Visual Studio project for it... this way I have had to create my own, including the files that are in the source directory. Any way, I am downloading QT and I will try to compile it again.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there a VS C++ project for UIC?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Best Regards.&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:29:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798102#M2930</guid>
      <dc:creator>Vinicius_Strasser</dc:creator>
      <dc:date>2010-10-28T10:29:08Z</dc:date>
    </item>
    <item>
      <title>Faster Jpeg Encoder [UIC, IJC, Picnic]</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798103#M2931</link>
      <description>&lt;P&gt;Ok, now I got your point...&lt;BR /&gt;&lt;BR /&gt;Unfortunately we only provide Makefile based build for UIC sample.&lt;BR /&gt;NOte Qt library is only needed for picnic applilcation. You do not need that if you only want to build UIC codecs and simple command line application uic_transcoder_con.&lt;BR /&gt;&lt;BR /&gt;Most difficult part when creating Visual Studio project will be specifying path for header files required for each codec. Please refer to Makefile for what folders should be included into path for each UIC codec (JPEG2000 is most compicated case, I think).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:49:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798103#M2931</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-10-28T10:49:22Z</dc:date>
    </item>
    <item>
      <title>Faster Jpeg Encoder [UIC, IJC, Picnic]</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798104#M2932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In case if you need additional information on &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=63992"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Building UIC in Visual Studio&lt;/SPAN&gt;&lt;/A&gt;, Vladimir has answered customers questions in the forum thread. Please refer to it.&lt;/P&gt;&lt;P&gt;Also, this might be useful. &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Compiling and Linking Intel IPP with Microsoft* Visual C++* and Intel C++ Compiler&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Gv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 06:56:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Faster-Jpeg-Encoder-UIC-IJC-Picnic/m-p/798104#M2932</guid>
      <dc:creator>Naveen_G_Intel</dc:creator>
      <dc:date>2010-10-29T06:56:45Z</dc:date>
    </item>
  </channel>
</rss>

