<?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,  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126106#M25658</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	I attached the legacy IPL to IPP sample code,&amp;nbsp; which shows how to covert the &lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace;"&gt;AlphaComposite function to IPP.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	Chao&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 02:36:06 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2018-01-22T02:36:06Z</dc:date>
    <item>
      <title>AlphaComp with external gray-scale image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126105#M25657</link>
      <description>&lt;P&gt;I'm converting my project that used old IPL to IPP. IPL had a possibility to perform blending using external gray-scale image as alpha channel (patchMask):&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;iplAlphaComposite(patchImage, srcImage, srcImage, IPL_COMPOSITE_PLUS, patchMask, 0, 0, false, false);

&lt;/PRE&gt;

&lt;P&gt;This function is useful for image editing (clone brush), as gray-scale patchMask image contains brush tip.&lt;/P&gt;

&lt;P&gt;It is very simple to change brush tip and perform the same operation with different brush tip.&lt;/P&gt;

&lt;P&gt;In IPP, AlphaComp function accepts only images with alpha channels. Any workaround to blend two images using external gray-scale image?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 19:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126105#M25657</guid>
      <dc:creator>Petric__Sinisa</dc:creator>
      <dc:date>2018-01-20T19:46:07Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126106#M25658</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	I attached the legacy IPL to IPP sample code,&amp;nbsp; which shows how to covert the &lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace;"&gt;AlphaComposite function to IPP.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	Chao&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 02:36:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126106#M25658</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2018-01-22T02:36:06Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126107#M25659</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for a code. This will do the job.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 22:13:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126107#M25659</guid>
      <dc:creator>Petric__Sinisa</dc:creator>
      <dc:date>2018-01-22T22:13:17Z</dc:date>
    </item>
    <item>
      <title>How can I compile iplalpha.c?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126108#M25660</link>
      <description>&lt;P&gt;How can I compile iplalpha.c?&amp;nbsp; Where's own.h?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 13:35:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126108#M25660</guid>
      <dc:creator>BMart1</dc:creator>
      <dc:date>2018-01-23T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126109#M25661</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
	&lt;BR /&gt;
	This is a part of legacy IPP sample code. You can download old IPP 6.0 samples, to get the full code. They are very old, and not part of the current product now.&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	Chao&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 06:38:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AlphaComp-with-external-gray-scale-image/m-p/1126109#M25661</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2018-01-24T06:38:32Z</dc:date>
    </item>
  </channel>
</rss>

