<?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 Yesterday I checked that in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141779#M26117</link>
    <description>&lt;P&gt;Yesterday I checked that ippiMul and ippiAlphaPremul are equivalent and remembered this thread, so ippiDiv should work with the caveat that it won't support the alpha packed with the RGB.&amp;nbsp; You would need separate planes.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 18:55:55 GMT</pubDate>
    <dc:creator>BMart1</dc:creator>
    <dc:date>2017-07-28T18:55:55Z</dc:date>
    <item>
      <title>Is there an inverse to AlphaPremul?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141774#M26112</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Is there an inverse to the AlphaPremul method?&lt;/P&gt;

&lt;P&gt;Based on the &lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/737801#comment-1908358"&gt;thread here&lt;/A&gt;, it seems that AlphaComp always produces pre-multiplied results. If I want to save those results to PNG, I have to un-premultiply them. I dont see an inverse to the AlphaPremul method. Is there some other way of un-premultiplying an image, or so I have to write it by hand?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 19:44:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141774#M26112</guid>
      <dc:creator>David_N_</dc:creator>
      <dc:date>2017-07-06T19:44:16Z</dc:date>
    </item>
    <item>
      <title>Hi David,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141775#M26113</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;I am afraid we do not have, you probably could consider implemented by self. If you use AlphaPremul that means you already get C&lt;SUB&gt;r|g|b&lt;/SUB&gt;= A&lt;SUB&gt;r|g|b&lt;/SUB&gt; *&amp;nbsp;α&lt;SUB&gt;A&lt;/SUB&gt;&amp;nbsp;, (&lt;SPAN style="font-size: 13.008px;"&gt;α&lt;/SPAN&gt;&lt;SUB&gt;A=&lt;/SUB&gt;&lt;SPAN style="font-size: 13.008px;"&gt;α&lt;/SPAN&gt;&lt;SUB&gt;C&lt;/SUB&gt;) and you would like to get RGB value of A, you could calculate by &lt;SPAN style="font-size: 13.008px;"&gt;C&lt;/SPAN&gt;&lt;SUB&gt;r|g|b&lt;/SUB&gt;*1/&lt;SPAN style="font-size: 13.008px;"&gt;α&lt;/SPAN&gt;&lt;SUB&gt;C&lt;/SUB&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 08:38:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141775#M26113</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-07-07T08:38:31Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141776#M26114</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Maybe you can consider this an addition for the future. Since you already have optimized code for doing the premul, it should be really easy do 1/alpha at the same time. Of course I can do it myself, but it likely will not be as optimized as the code you have for premul.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:39:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141776#M26114</guid>
      <dc:creator>David_N_</dc:creator>
      <dc:date>2017-07-07T17:39:20Z</dc:date>
    </item>
    <item>
      <title>Have you tried ippsDiv?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141777#M26115</link>
      <description>&lt;P&gt;Have you tried ippsDiv?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:15:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141777#M26115</guid>
      <dc:creator>BMart1</dc:creator>
      <dc:date>2017-07-28T15:15:17Z</dc:date>
    </item>
    <item>
      <title>We did not try that. Do you</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141778#M26116</link>
      <description>&lt;P&gt;We did not try that. Do you think that one of the div functions will help in this case?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 18:53:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141778#M26116</guid>
      <dc:creator>David_N_</dc:creator>
      <dc:date>2017-07-28T18:53:14Z</dc:date>
    </item>
    <item>
      <title>Yesterday I checked that</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141779#M26117</link>
      <description>&lt;P&gt;Yesterday I checked that ippiMul and ippiAlphaPremul are equivalent and remembered this thread, so ippiDiv should work with the caveat that it won't support the alpha packed with the RGB.&amp;nbsp; You would need separate planes.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 18:55:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141779#M26117</guid>
      <dc:creator>BMart1</dc:creator>
      <dc:date>2017-07-28T18:55:55Z</dc:date>
    </item>
    <item>
      <title>ippiDiv has the problem of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141780#M26118</link>
      <description>&lt;P&gt;ippiDiv has the problem of division by zero (returning an warning error code for u and s integer types and producing&amp;nbsp;NAN_32F,&amp;nbsp;INF_32F or&amp;nbsp;INF_NEG_32F values for floating-point types). So, I do feel that&amp;nbsp;AlphaUnPremul functions are missing. For example, Apple's vImage library has&amp;nbsp;&lt;B&gt;vImageUnpremultiplyData &lt;/B&gt;functions for the purpose.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Adriaan van Os&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 13:21:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-an-inverse-to-AlphaPremul/m-p/1141780#M26118</guid>
      <dc:creator>Adriaan_van_Os</dc:creator>
      <dc:date>2018-04-10T13:21:24Z</dc:date>
    </item>
  </channel>
</rss>

