<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Petr,&lt;br&gt;&lt;br&gt;In order to get access to more than just the current image within a plugin you would need to use the GetMarker function.&lt;br&gt;&lt;br&gt;int mwidth, mheight;&lt;br&gt;unsigned char *markPixels = GetMarker(&quot;some_image&quot;, &amp;mwidth, &amp;mheight);&lt;br&gt;&lt;br&gt;which would return back an array of 3 byte triplets with size mwidth*mheight*3 Note that this is a direct buffer into the marker and should not be modified directly unless you plan to change the actual marker image. Before calling your module, the user would have to &lt;br&gt;name the markers that would be used by your module by using the Marker module to call&lt;br&gt;the current image (or a loaded one) a specific name. &lt;br&gt;&lt;br&gt;The Plugin dll example at&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/downloads/Plugin.zip&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;downloads/&lt;wbr&gt;Plugin.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;has been updated to include this new function with a example in SwapColorDlg.cpp&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5751</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5751</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>C/C++ RR plugin recieve two data streams at the same time</title>
        <description>
        Hello, Steven! I would like to develop C/C++plugin for RR. Is any way to my plugin get two images from other RR plugins at the same time?&lt;br&gt;&lt;br&gt;binary1-----\&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myPlugin&lt;br&gt;binary2----/&lt;br&gt;&lt;br&gt;I&apos;ve seen function signature from example&lt;br&gt;int SwapColorDlg::Process(unsigned char *data, short int *tmp2Image, unsigned char *tmpImage, int left, int top, int width, int height)&lt;br&gt;&lt;br&gt;And my task seems impossible.&lt;br&gt;&lt;br&gt;Thank you for your time.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5751</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5751</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
