<?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[Zoomrechteck auf Image (ein paar Ideen gesucht)]]></title><description><![CDATA[<p>Hallo Zusammen,</p>
<p>ich will ein Rechteck auf einem Image aufziehen und den Bereich in einem neuen Image vergrößert darstellen.</p>
<p>Ich würde wie folgt vorgehen (aber es kommt mir kompliziert vor)</p>
<p>--&gt; das Image unsichtbar abspeichern und auf ein zweites (sichtbares, wo auch gezoomt wird) tun. Dann das Rechteck aufziehen und bei jeder Änderung der MouseMove-Koordinaten neuzeichen (Bild und Rechteck neu drauf)</p>
<p>Gibt es eine andere Lösung oder hat jemand ein paar Schlagworte für mich, die mir weiterhelfen?</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/137109/zoomrechteck-auf-image-ein-paar-ideen-gesucht</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 06:14:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/137109.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Feb 2006 12:58:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 12:58:46 GMT]]></title><description><![CDATA[<p>Hallo Zusammen,</p>
<p>ich will ein Rechteck auf einem Image aufziehen und den Bereich in einem neuen Image vergrößert darstellen.</p>
<p>Ich würde wie folgt vorgehen (aber es kommt mir kompliziert vor)</p>
<p>--&gt; das Image unsichtbar abspeichern und auf ein zweites (sichtbares, wo auch gezoomt wird) tun. Dann das Rechteck aufziehen und bei jeder Änderung der MouseMove-Koordinaten neuzeichen (Bild und Rechteck neu drauf)</p>
<p>Gibt es eine andere Lösung oder hat jemand ein paar Schlagworte für mich, die mir weiterhelfen?</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994788</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994788</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Wed, 15 Feb 2006 12:58:46 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 13:20:34 GMT]]></title><description><![CDATA[<p>Verstehe ich das richtig das du ne Lupe programmieren willst?<br />
Wenn ja dann kann ich mal im Delphi-Kochbuch gucken,da hab ich mal was drüber gelesen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994813</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994813</guid><dc:creator><![CDATA[Beliah]]></dc:creator><pubDate>Wed, 15 Feb 2006 13:20:34 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 13:33:40 GMT]]></title><description><![CDATA[<p>Das ist richtig. Wenn du dort etwas findest, würde es mich freuen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994842</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994842</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Wed, 15 Feb 2006 13:33:40 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 13:42:35 GMT]]></title><description><![CDATA[<p>Ok, hier ein paar Stichworte:<br />
WinAPI<br />
Regions (Hrgn)<br />
BitBlt<br />
StretchBlt</p>
<p>Hoffe das hilft erstmal.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994856</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994856</guid><dc:creator><![CDATA[Beliah]]></dc:creator><pubDate>Wed, 15 Feb 2006 13:42:35 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 13:52:24 GMT]]></title><description><![CDATA[<p>Oh, ich glaube das ist nicht das was ich suchte. Das Vergößern selbst ist auch nicht das Problem, da ich den passenden Algorithmus dafür bereits habe.</p>
<p>Die Sache mit dem &quot;vernünftigen&quot; Aufziehen des Rechteckes vom interessierenden Bereich stellt mich vor ein Problem. Ich weiß, daß ich mit meiner Idee zwar das Problem lösen kann, jedoch wie ich meine auf &quot;primitive&quot; Weise.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994871</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994871</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Wed, 15 Feb 2006 13:52:24 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 14:20:19 GMT]]></title><description><![CDATA[<p>Was genau ist mit &quot;vernünftigen Aufziehen des Rechtecks&quot; gemeint?</p>
<p>Aber erstmal ein paar Erklärungen:</p>
<p>Regions -&gt; Beschränkungen eine Zeichenoperation auf einen bestimmten Bereich<br />
Hrgn -&gt; Das Handle einer Region, wird mit Create*Region erstellt mit SelectObject auf ein Zeichenobjekt &quot;gelegt&quot; und mit DeleteObject gelöscht.</p>
<p>*bezeichnet die Form der Region z.B. CreateEllipticRgn für Kreise.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994913</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994913</guid><dc:creator><![CDATA[Beliah]]></dc:creator><pubDate>Wed, 15 Feb 2006 14:20:19 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 14:41:22 GMT]]></title><description><![CDATA[<p>Das Rechteck (Auswahlrechteck) kannste zum Beispiel mittels <strong>OnMouseMove</strong>, <strong>OnMouseUp</strong> und <strong>OnMouseDown</strong> graphisch darstellen. Mittels XOR zeichnest du eine Rechteck und zeigst dem User damit die aktuelle Auswahl an. Sobald die Maus bewegt wird, überzeichnest du das alte Rechteck und an der neuen Position zeigst du das geänderte Rechteck wieder an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994948</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994948</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Wed, 15 Feb 2006 14:41:22 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 14:50:27 GMT]]></title><description><![CDATA[<p>Oder du legst ein transparentes Image auf dem du ein Rechteck zeichnest über dein Image und ziehst das mit OnMouseMove, OnMouseUp und OnMouseDown auf.<br />
Dann brauchst du das eigentliche Bild nicht zu überzeichnen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994961</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994961</guid><dc:creator><![CDATA[hellic]]></dc:creator><pubDate>Wed, 15 Feb 2006 14:50:27 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Wed, 15 Feb 2006 15:05:10 GMT]]></title><description><![CDATA[<p>&quot;Transparentes Image&quot; das wars was ich gesucht hatte. Meine Güte... manchmal dauert es etwas länger bis das 10 Cent Stück fällt.<br />
Vielen Dank an Alle für die Hilfe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/994982</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/994982</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Wed, 15 Feb 2006 15:05:10 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 17:06:03 GMT]]></title><description><![CDATA[<p>Habe jetzt ein transparentes Image gemacht. Irgend etwas ist jedoch &quot;verdreht&quot;. Nur das Innere des aufgezogenen Rechtecks auf Image2 was über Image1 liegt ist transparent (und zeigt das darunterliegende Bild). Der Rest wird weiss. Wie bekomme ich gesamte Image2 transparent?</p>
<p>Image2-&gt;Transparent-&gt;true; // habe ich schon gemacht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996019</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996019</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Thu, 16 Feb 2006 17:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 17:35:20 GMT]]></title><description><![CDATA[<p>Musst du schon etwas Code zeigen, vor allen Dingen wie du das Rechteck zeichnest.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996045</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996045</guid><dc:creator><![CDATA[hellic]]></dc:creator><pubDate>Thu, 16 Feb 2006 17:35:20 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 18:57:19 GMT]]></title><description><![CDATA[<pre><code>void __fastcall TMdiChild::Image2MouseDown(TObject *Sender,
      TMouseButton Button, TShiftState Shift, int X, int Y)
{
 X1 = X;
 Y1 = Y;
}
//---------------------------------------------------------------------------
//
void __fastcall TMdiChild::Image2MouseUp(TObject *Sender,
      TMouseButton Button, TShiftState Shift, int X, int Y)
{
 X2 = X;
 Y2 = Y;
 Image2-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
}
//---------------------------------------------------------------------------
</code></pre>
<p>und wenn ich Bild ind Image1 lade setze ich:</p>
<pre><code>MdiChild-&gt;Image2-&gt;Transparent = true;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/996133</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996133</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Thu, 16 Feb 2006 18:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 19:45:59 GMT]]></title><description><![CDATA[<p>Bedeckt dein transparentes Image2 auch komplett das eigentliche Image ?</p>
<pre><code class="language-cpp">void __fastcall TForm1::Image2MouseUp(TObject *Sender, TMouseButton Button,
      TShiftState Shift, int X, int Y)
{
   X2 = X;
   Y2 = Y;
   Image2-&gt;Picture = NULL;
   Image2-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/996175</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996175</guid><dc:creator><![CDATA[hellic]]></dc:creator><pubDate>Thu, 16 Feb 2006 19:45:59 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 19:51:00 GMT]]></title><description><![CDATA[<p>Ja, ich passe die Größe von Image2 auf Image1 an. Wenn ich die Zeile:</p>
<pre><code>Image2-&gt;Picture = NULL;
</code></pre>
<p>einfüge. Hat das nur den Effekt, daß ich nur ein Rechteck zeichnen kann (was durchsichtig ist und dort Image1 zeigt).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996179</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996179</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Thu, 16 Feb 2006 19:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 19:57:55 GMT]]></title><description><![CDATA[<p>Der ganze Ansatz ist für'n A....<br />
Sieh dir noch mal an, was Sunday vorgeschlagen hat und such ggf. nach 'rubber banding'.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996185</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996185</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 16 Feb 2006 19:57:55 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 20:03:45 GMT]]></title><description><![CDATA[<p>Ich hab das jetzt mal auf die Schnelle so gemacht:<br />
Mir ein Image auf die Form gezogen (Image1), das das eigentliche Bild enthält.<br />
Dann ein zweites Image auf die Form (Image2).<br />
Und dann:</p>
<pre><code class="language-cpp">int X1=0,Y1=0,X2=0,Y2=0;

void __fastcall TForm1::FormCreate(TObject *Sender)
{
   Form1-&gt;DoubleBuffered = true;
   Image2-&gt;Transparent = true;
   Image2-&gt;Left = Image1-&gt;Left;
   Image2-&gt;Top = Image1-&gt;Top;
   Image2-&gt;Width = Image1-&gt;Width;
   Image2-&gt;Height = Image1-&gt;Height;
}
//---------------------------------------------------------------------------

void __fastcall TForm1::Image2MouseDown(TObject *Sender,
      TMouseButton Button, TShiftState Shift, int X, int Y)
{
   X1 = X;
   Y1 = Y;
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Image2MouseUp(TObject *Sender, TMouseButton Button,
      TShiftState Shift, int X, int Y)
{
   X2 = X;
   Y2 = Y;
   Image2-&gt;Picture = NULL;
   Image2-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
}
</code></pre>
<p>Und das funktioniert ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996190</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996190</guid><dc:creator><![CDATA[hellic]]></dc:creator><pubDate>Thu, 16 Feb 2006 20:03:45 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 20:05:15 GMT]]></title><description><![CDATA[<p>Jansen schrieb:</p>
<blockquote>
<p>Der ganze Ansatz ist für'n A....<br />
Sieh dir noch mal an, was Sunday vorgeschlagen hat und such ggf. nach 'rubber banding'.</p>
</blockquote>
<p>Begründung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996192</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996192</guid><dc:creator><![CDATA[hellic]]></dc:creator><pubDate>Thu, 16 Feb 2006 20:05:15 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 20:05:44 GMT]]></title><description><![CDATA[<p>Ich will ja erst mal ein Rechteck auf einem transparenten Image zeichnen. Wenn das klappt kommt der nächste Schritt mit dem XOR... genau wie Sunday vorgeschlagen hat.<br />
Zunächst scheitert es noch am Image2 komplett transparent machen, so daß trotzdem das Rechteck gezeichnet werden kann. ...und ich habe schon viel probiert mit Pencolor und Brushstyle... aber noch nicht das gefunden was ich suche.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996193</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996193</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Thu, 16 Feb 2006 20:05:44 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Thu, 16 Feb 2006 22:49:37 GMT]]></title><description><![CDATA[<p>Geht zwar mit einem transparenten Image genauso gut, ohne 'rubber banding' aber machen wirs mal mit, weils ja sonst für'n A... ist. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /><br />
Unit1.cpp</p>
<pre><code class="language-cpp">#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Unit1.h&quot;
#pragma package(smart_init)
#pragma resource &quot;*.dfm&quot;
TForm1 *Form1;

__fastcall TForm1::TForm1(TComponent* Owner)
   : TForm(Owner)
{
}
void __fastcall TForm1::Image1MouseUp(TObject *Sender, TMouseButton Button,
      TShiftState Shift, int X, int Y)
{
   Image1-&gt;Canvas-&gt;Pen-&gt;Mode = pmMask;
   Image1-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
   isset=true;
   isdraw=false;
}
void __fastcall TForm1::Image1MouseMove(TObject *Sender, TShiftState Shift,
      int X, int Y)
{
   if(isdraw)
   {
      Image1-&gt;Canvas-&gt;Pen-&gt;Mode = pmNotXor;
      Image1-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
      X2=X;
      Y2=Y;
      Image1-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
   }
}
void __fastcall TForm1::Image1MouseDown(TObject *Sender,
      TMouseButton Button, TShiftState Shift, int X, int Y)
{
    if(isset)
    {
      Image1-&gt;Picture-&gt;Assign(copy-&gt;Picture);
      isset=false;
    }
    else copy-&gt;Picture-&gt;Assign(Image1-&gt;Picture);
    X1=X;
    Y1=Y;
    X2=X;
    Y2=Y;
    Image1-&gt;Canvas-&gt;Pen-&gt;Mode = pmXor;
    Image1-&gt;Canvas-&gt;Rectangle(X1,Y1,X2,Y2);
    isdraw = true;
}
void __fastcall TForm1::FormCreate(TObject *Sender)
{
   Form1-&gt;DoubleBuffered = true;
   copy=new TImage(Application);
   isdraw=false;
   isset=false;
}
</code></pre>
<p>Unit1.h</p>
<pre><code class="language-cpp">//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include &lt;Classes.hpp&gt;
#include &lt;Controls.hpp&gt;
#include &lt;StdCtrls.hpp&gt;
#include &lt;Forms.hpp&gt;
#include &lt;ExtCtrls.hpp&gt;
#include &lt;jpeg.hpp&gt;
#include &lt;Graphics.hpp&gt;
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// Von der IDE verwaltete Komponenten
   TImage *Image1;
   void __fastcall Image1MouseUp(TObject *Sender, TMouseButton Button,
          TShiftState Shift, int X, int Y);
   void __fastcall Image1MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
   void __fastcall Image1MouseDown(TObject *Sender, TMouseButton Button,
          TShiftState Shift, int X, int Y);
   void __fastcall FormCreate(TObject *Sender);
private:	// Anwender-Deklarationen
public:		// Anwender-Deklarationen
   __fastcall TForm1(TComponent* Owner);
int X1;
int Y1;
int X2;
int Y2;
bool isdraw;
bool isset;
TImage * copy;
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/996307</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996307</guid><dc:creator><![CDATA[hellic]]></dc:creator><pubDate>Thu, 16 Feb 2006 22:49:37 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Fri, 17 Feb 2006 07:29:11 GMT]]></title><description><![CDATA[<p>@hellic<br />
Vielen Dank für die Mühe, die du dir gemacht hast. Ich weiß auch nicht, was Jansen mit seiner Bemerkung: &quot;...der ganze Ansatz ist für...&quot; meinte. Ich finde er sollte dies auch ruhig mal näher erläutern. Weil rummäckern kann jeder... Dann sollte man auch bessere Wege aufzeigen.</p>
<p>Ich habe auch noch nicht herausbekommen warum ich beim ersten Ansatz nur im Rechteck das Bild transparent wird. Vielleicht weiß ja hier jemand Rat.</p>
<p>Hier mal ein Bild, damit man weiß, was ich meine:</p>
<p><a href="http://mitglied.lycos.de/hebewerk1976/falsch.jpg" rel="nofollow">http://mitglied.lycos.de/hebewerk1976/falsch.jpg</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/996372</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996372</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Fri, 17 Feb 2006 07:29:11 GMT</pubDate></item><item><title><![CDATA[Reply to Zoomrechteck auf Image (ein paar Ideen gesucht) on Fri, 17 Feb 2006 14:20:25 GMT]]></title><description><![CDATA[<p>@hellic</p>
<p>Dir nochmals meinen Dank für deine Hilfe!!! Ich habe jetzt ein paar neue Sachen (Pen-&gt;Mode) dazugelernt. Warum das andere nicht funktionierte ist mir schleierhaft geblieben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996760</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Fri, 17 Feb 2006 14:20:25 GMT</pubDate></item></channel></rss>