<?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 Hi David, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083922#M24876</link>
    <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hope you found the answers informative.&lt;/P&gt;

&lt;P&gt;Do you have more questions?&lt;/P&gt;

&lt;P&gt;Otherwise, I will close this question ticket.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 05:27:06 GMT</pubDate>
    <dc:creator>Jonghak_K_Intel</dc:creator>
    <dc:date>2017-04-20T05:27:06Z</dc:date>
    <item>
      <title>Do IPP Resize functions work with RGBA</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083919#M24873</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am somewhat confused about the IPP Resize functions. For example, the ResizeLinear function supports a mod of 8u_C4R which as I understand is 4 bytes of RGB. I presume the 4th byte is the alpha channel, but I am not sure as other posts suggest that there should be an A in the mod if the function supports alpha channels.&lt;/P&gt;

&lt;P&gt;So, in short, are there any IPP resize functions that consider the alpha channel, and resize taking the alpha channel into account, not simply ignoring it? If so, which version of the function is that?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 04:30:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083919#M24873</guid>
      <dc:creator>David_N_</dc:creator>
      <dc:date>2017-04-15T04:30:48Z</dc:date>
    </item>
    <item>
      <title>I thinks the C4R variant will</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083920#M24874</link>
      <description>&lt;P&gt;I thinks the C4R variant will work with premultiplied alpha, as the alpha channel then requieres no special handling.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 18:39:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083920#M24874</guid>
      <dc:creator>BMart1</dc:creator>
      <dc:date>2017-04-17T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Hi David,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083921#M24875</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;The 4th channel of C4 is alpha channel. Resize also process alpha channel same as other channels. What the difference of AC4 and C4 is that function for AC4 do not process in alpha channel, but C4 will. Lean more info from &lt;A href="https://software.intel.com/en-us/node/503703"&gt;link of descriptor&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;If you point to use&amp;nbsp;premultiplied alpha that would be used for alpha composition function that when two 4 channel images cover each other, you probably need to calculate alpha(A)*RGB(A)+alpha(B)*RGB(B). But other functions, like resize, the size of alpha also need to be changed by interpolation method. it is not using&amp;nbsp;premultiplied alpha, it process with alpha channel.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 06:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083921#M24875</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-04-18T06:31:00Z</dc:date>
    </item>
    <item>
      <title>Hi David,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083922#M24876</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hope you found the answers informative.&lt;/P&gt;

&lt;P&gt;Do you have more questions?&lt;/P&gt;

&lt;P&gt;Otherwise, I will close this question ticket.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 05:27:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083922#M24876</guid>
      <dc:creator>Jonghak_K_Intel</dc:creator>
      <dc:date>2017-04-20T05:27:06Z</dc:date>
    </item>
    <item>
      <title>Thanks for the prompt</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083923#M24877</link>
      <description>&lt;P&gt;Thanks for the prompt response. We will give it a try. The answer was very helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 05:31:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Do-IPP-Resize-functions-work-with-RGBA/m-p/1083923#M24877</guid>
      <dc:creator>David_N_</dc:creator>
      <dc:date>2017-04-20T05:31:53Z</dc:date>
    </item>
  </channel>
</rss>

