<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Interpolieren]]></title><description><![CDATA[<p>Könnte mir jemand helfen diese Funktion zu ersetzen???<br />
Ich verwende QImage als Image!</p>
<p>----------------------------------------------------------------------------------<br />
AVW_Image *AVW_ResizeImage(in_image, width, height, interpolate, out_image)<br />
ResizeImage() generates an Image, out_image, of the size specified by the width and height parameters.<br />
Interpolate determines the method of interpolation: Output driven nearest neighbor<br />
----------------------------------------------------------------------------------</p>
<p>Hab es bis jetzt so umgeschrieben:</p>
<pre><code class="language-cpp">DRR = new QImage(currRes, currRes,8, 256, QImage::IgnoreEndian);
ScaledImage = new QImage(newWidth, newHeight, 8, 256, QImage::IgnoreEndian);
DRR  -&gt; smoothScale(newWidth, newHeight);  
DRR = theScaledImage;
</code></pre>
<p>aber da hab ich dann nicht interpoliert.....und überschreibe, das ganze DRR...</p>
<p>Wäre sehr dankbar für Hilfe!!</p>
<p>Lg<br />
Devil's Daughter</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/144526/interpolieren</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 14:53:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/144526.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Apr 2006 08:15:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Interpolieren on Wed, 19 Apr 2006 08:15:45 GMT]]></title><description><![CDATA[<p>Könnte mir jemand helfen diese Funktion zu ersetzen???<br />
Ich verwende QImage als Image!</p>
<p>----------------------------------------------------------------------------------<br />
AVW_Image *AVW_ResizeImage(in_image, width, height, interpolate, out_image)<br />
ResizeImage() generates an Image, out_image, of the size specified by the width and height parameters.<br />
Interpolate determines the method of interpolation: Output driven nearest neighbor<br />
----------------------------------------------------------------------------------</p>
<p>Hab es bis jetzt so umgeschrieben:</p>
<pre><code class="language-cpp">DRR = new QImage(currRes, currRes,8, 256, QImage::IgnoreEndian);
ScaledImage = new QImage(newWidth, newHeight, 8, 256, QImage::IgnoreEndian);
DRR  -&gt; smoothScale(newWidth, newHeight);  
DRR = theScaledImage;
</code></pre>
<p>aber da hab ich dann nicht interpoliert.....und überschreibe, das ganze DRR...</p>
<p>Wäre sehr dankbar für Hilfe!!</p>
<p>Lg<br />
Devil's Daughter</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1040304</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1040304</guid><dc:creator><![CDATA[Devil&#x27;s Daughter]]></dc:creator><pubDate>Wed, 19 Apr 2006 08:15:45 GMT</pubDate></item></channel></rss>