<?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 ippiAlphaComp (Alpha Composition) in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870169#M8850</link>
    <description>ippiAlphaCompC_8u_&lt;MOD&gt; works great for a constant alpha.  &lt;BR /&gt;&lt;BR /&gt;However, I need to pass in an array of alphas, not a single alpha&lt;BR /&gt;&lt;BR /&gt;Any ideas?.  Heres the existing function:&lt;BR /&gt;&lt;BR /&gt;ippiAlphaCompC_8u_AC4R,&lt;BR /&gt; ( const Ipp8u* pSrc1, int src1Step,&lt;BR /&gt; Ipp8u alpha1,&lt;BR /&gt; const Ipp8u* pSrc2, int src2Step,&lt;BR /&gt; Ipp8u alpha2,&lt;BR /&gt; Ipp8u* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize,&lt;BR /&gt; IppiAlphaType alphaType ))&lt;BR /&gt;&lt;BR /&gt;I need something like this:&lt;BR /&gt;&lt;BR /&gt;ippiAlphaCompC_8u_AC4R_modified,&lt;BR /&gt; ( const Ipp8u* pSrc1, int src1Step,&lt;BR /&gt; const Ipp8u* pSrc2, int src2Step,&lt;BR /&gt; Ipp8u* pDst, int dstStep,&lt;BR /&gt; Ipp8u* pAlpha,&lt;BR /&gt; IppiSize roiSize,&lt;BR /&gt; IppiAlphaType alphaType ))&lt;BR /&gt;&lt;BR /&gt;The first buffer (pSrc1) would be composed against the alpha value.&lt;BR /&gt;&lt;BR /&gt;The second buffer (pSrc2) would be composed against the inverse of that alpha value.&lt;BR /&gt;&lt;BR /&gt;(pDst) would get the result. &lt;BR /&gt;(pAlpha) would be the array of alphas.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOD&gt;</description>
    <pubDate>Fri, 04 Dec 2009 07:15:28 GMT</pubDate>
    <dc:creator>reportbase</dc:creator>
    <dc:date>2009-12-04T07:15:28Z</dc:date>
    <item>
      <title>ippiAlphaComp (Alpha Composition)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870169#M8850</link>
      <description>ippiAlphaCompC_8u_&lt;MOD&gt; works great for a constant alpha.  &lt;BR /&gt;&lt;BR /&gt;However, I need to pass in an array of alphas, not a single alpha&lt;BR /&gt;&lt;BR /&gt;Any ideas?.  Heres the existing function:&lt;BR /&gt;&lt;BR /&gt;ippiAlphaCompC_8u_AC4R,&lt;BR /&gt; ( const Ipp8u* pSrc1, int src1Step,&lt;BR /&gt; Ipp8u alpha1,&lt;BR /&gt; const Ipp8u* pSrc2, int src2Step,&lt;BR /&gt; Ipp8u alpha2,&lt;BR /&gt; Ipp8u* pDst, int dstStep,&lt;BR /&gt; IppiSize roiSize,&lt;BR /&gt; IppiAlphaType alphaType ))&lt;BR /&gt;&lt;BR /&gt;I need something like this:&lt;BR /&gt;&lt;BR /&gt;ippiAlphaCompC_8u_AC4R_modified,&lt;BR /&gt; ( const Ipp8u* pSrc1, int src1Step,&lt;BR /&gt; const Ipp8u* pSrc2, int src2Step,&lt;BR /&gt; Ipp8u* pDst, int dstStep,&lt;BR /&gt; Ipp8u* pAlpha,&lt;BR /&gt; IppiSize roiSize,&lt;BR /&gt; IppiAlphaType alphaType ))&lt;BR /&gt;&lt;BR /&gt;The first buffer (pSrc1) would be composed against the alpha value.&lt;BR /&gt;&lt;BR /&gt;The second buffer (pSrc2) would be composed against the inverse of that alpha value.&lt;BR /&gt;&lt;BR /&gt;(pDst) would get the result. &lt;BR /&gt;(pAlpha) would be the array of alphas.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOD&gt;</description>
      <pubDate>Fri, 04 Dec 2009 07:15:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870169#M8850</guid>
      <dc:creator>reportbase</dc:creator>
      <dc:date>2009-12-04T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: ippiAlphaComp (Alpha Composition)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870170#M8851</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;How does AlphaComp_8u function work for you there? This function will use alpha values of&lt;BR /&gt;each pixel to combine images. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2009 07:59:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870170#M8851</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-12-04T07:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: ippiAlphaComp (Alpha Composition)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870171#M8852</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;DIV style="margin:0px;"&gt;&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;How does AlphaComp_8u function work for you there? This function will use alpha values of&lt;BR /&gt;each pixel to combine images. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;That one does not work either for a different reason. &lt;BR /&gt;&lt;BR /&gt;It combines two rgba images, using the alpha values of each pixel, and interpolates the results.&lt;BR /&gt;&lt;BR /&gt;I'm trying to render a font glyph, which has the following inputs:&lt;BR /&gt;&lt;BR /&gt;1) grayscale image of the font glyph, which is just an array of unsigned char(s).&lt;BR /&gt;2) Color of the font glyph, which is just an rgb. (int)&lt;BR /&gt;3) The background image. Just an array of rgb(s).&lt;BR /&gt;&lt;BR /&gt;I want to insert the font glyph onto the background.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2009 10:02:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870171#M8852</guid>
      <dc:creator>reportbase</dc:creator>
      <dc:date>2009-12-04T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: ippiAlphaComp (Alpha Composition)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870172#M8853</link>
      <description>Perhaps I should switch the question to a featuer request. It would appear to me to be only a small modification to the existing api. How would I go about doing that?</description>
      <pubDate>Tue, 08 Dec 2009 00:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870172#M8853</guid>
      <dc:creator>reportbase</dc:creator>
      <dc:date>2009-12-08T00:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: ippiAlphaComp (Alpha Composition)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870173#M8854</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Thanks for letting us know. I tracked this request for future consideration.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chao&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2009 02:53:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiAlphaComp-Alpha-Composition/m-p/870173#M8854</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-12-14T02:53:45Z</dc:date>
    </item>
  </channel>
</rss>

