<?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 Re: problems in ImageMagick in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873972#M9286</link>
    <description>&lt;P&gt;&lt;BR /&gt;Nemorino, &lt;BR /&gt;&lt;BR /&gt;I tried IJG sample with some version of ImageMagic. The jpeg.c file in ImageMagick need to be changed (attached). It may depend on the version of imagemagic. You can search INTEL_IJG to find what was changed to accommodate IPP sample code. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2009 07:00:54 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2009-09-11T07:00:54Z</dc:date>
    <item>
      <title>problems in ImageMagick</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873969#M9283</link>
      <description>I'm testing ipp-samples/image-codecs/ijg.&lt;BR /&gt;cjpeg, djpeg in utilites have no problem.&lt;BR /&gt;But, some problmes are happen in using ImageMagick with libjpeg.so.ipp &lt;BR /&gt;&lt;BR /&gt;I have tested with convert in ImageMagick/utilities.&lt;BR /&gt;&lt;BR /&gt;$ convert -resize 400x300 test.jpg testout.jpg&lt;BR /&gt;convert: Premature end of JPEG file 'test.jpg' @ jpeg.c/EmitMessage/226.&lt;BR /&gt;&lt;BR /&gt;This problem is happen in any jpeg file.&lt;BR /&gt;What's wrong?&lt;BR /&gt;&lt;BR /&gt;env : IPP6.1.1.042&lt;BR /&gt; gcc 3.4.6&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:11:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873969#M9283</guid>
      <dc:creator>nemorino</dc:creator>
      <dc:date>2009-09-10T07:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: problems in ImageMagick</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873970#M9284</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Please pay attention to how IPP is used in libjpeg. It requires custom jdatasrc.c and jdata dst.c file (usually an application part)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Sep 2009 22:09:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873970#M9284</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-09-10T22:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: problems in ImageMagick</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873971#M9285</link>
      <description>Hmm. &lt;BR /&gt;I will see the files.&lt;BR /&gt;jdatasrc.c and jdata dst.c &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Sep 2009 00:41:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873971#M9285</guid>
      <dc:creator>nemorino</dc:creator>
      <dc:date>2009-09-11T00:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: problems in ImageMagick</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873972#M9286</link>
      <description>&lt;P&gt;&lt;BR /&gt;Nemorino, &lt;BR /&gt;&lt;BR /&gt;I tried IJG sample with some version of ImageMagic. The jpeg.c file in ImageMagick need to be changed (attached). It may depend on the version of imagemagic. You can search INTEL_IJG to find what was changed to accommodate IPP sample code. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2009 07:00:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873972#M9286</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-09-11T07:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: problems in ImageMagick</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873973#M9287</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/21699"&gt;Chao Y (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;&lt;BR /&gt;Nemorino, &lt;BR /&gt;&lt;BR /&gt;I tried IJG sample with some version of ImageMagic. The jpeg.c file in ImageMagick need to be changed (attached). It may depend on the version of imagemagic. You can search INTEL_IJG to find what was changed to accommodate IPP sample code. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thanks a lot!!!&lt;BR /&gt;The problem is solved.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:46:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/problems-in-ImageMagick/m-p/873973#M9287</guid>
      <dc:creator>nemorino</dc:creator>
      <dc:date>2009-09-11T09:46:01Z</dc:date>
    </item>
  </channel>
</rss>

