<p>Radim,</p>
<p>Any chance you can apply this quick fix to a 1.7 build prior to final release?</p>
<p>Math</p>
<div class="gmail_quote">On May 2, 2011 6:56 PM, &quot;Radim Blazek&quot; &lt;<a href="mailto:radim.blazek@gmail.com">radim.blazek@gmail.com</a>&gt; wrote:<br type="attribution">&gt; The patch is simple, we have to wait for new repository<br>
&gt; <br>&gt; --- src/core/qgsrasterprojector.cpp     (revision 15861)<br>&gt; +++ src/core/qgsrasterprojector.cpp     (working copy)<br>&gt; @@ -130,7 +130,7 @@<br>&gt;    mSrcExtent = QgsRectangle( myPoint.x(), myPoint.y(), myPoint.x(),<br>
&gt; myPoint.y() );<br>&gt;    for ( int i = 0; i &lt; mCPRows; i++ )<br>&gt;    {<br>&gt; -    for ( int j = 1; j &lt; mCPCols - 1; j++ )<br>&gt; +    for ( int j = 0; j &lt; mCPCols; j++ )<br>&gt;      {<br>&gt;        myPoint = mCPMatrix[i][j];<br>
&gt;        mSrcExtent.combineExtentWith( myPoint.x(), myPoint.y() );<br>&gt; <br>&gt; Radim<br>&gt; <br>&gt; On Mon, May 2, 2011 at 1:29 PM, Mathieu Pellerin &lt;<a href="http://nirvn.asia">nirvn.asia</a>@<a href="http://gmail.com">gmail.com</a>&gt; wrote:<br>
&gt;&gt; Greetings Radim Blazek,<br>&gt;&gt;<br>&gt;&gt; I&#39;m forwarding you an email sent to the qgis-developer list hoping it can<br>&gt;&gt; speed up a major raster rendering issue emerging days before the 1.7<br>&gt;&gt; release.<br>
&gt;&gt;<br>&gt;&gt; Please find attached to this email a rendered map showing the issue. I<br>&gt;&gt; believe it might have been caused by r15845 or r15846, both applied by you a<br>&gt;&gt; few days ago. Others seem to draw the same conclusions<br>
&gt;&gt; (<a href="http://lists.osgeo.org/pipermail/qgis-developer/2011-May/014148.html">http://lists.osgeo.org/pipermail/qgis-developer/2011-May/014148.html</a>).<br>&gt;&gt;<br>&gt;&gt; Hope it can be of help to you in resolving this issue.<br>
&gt;&gt;<br>&gt;&gt; Thanks for all the hard work you and the other developers are putting into<br>&gt;&gt; QGIS, it&#39;s an amazing piece of software.<br>&gt;&gt;<br>&gt;&gt; Math<br>&gt;&gt;<br>&gt;&gt; ---------- Forwarded message ----------<br>
&gt;&gt; From: Mathieu Pellerin &lt;<a href="http://nirvn.asia">nirvn.asia</a>@<a href="http://gmail.com">gmail.com</a>&gt;<br>&gt;&gt; Date: Mon, May 2, 2011 at 11:27 AM<br>&gt;&gt; Subject: something went terribly wrong with reprojected rasters in the last<br>
&gt;&gt; 72 hours<br>&gt;&gt; To: <a href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Greetings,<br>&gt;&gt;<br>&gt;&gt; QGIS&#39; trac login is timing out on me so going through the mailing list until<br>
&gt;&gt; it allows me to file in a proper issue report.<br>&gt;&gt;<br>&gt;&gt; A change applied on QGIS within the last 72 hours resulted in messy<br>&gt;&gt; rendering of reprojected rasters. From what I can see, starting at pixel&#39;s<br>
&gt;&gt; column 50%+1, QGIS just keeps repainting the same pixels again and again<br>&gt;&gt; (see attached rendering).<br>&gt;&gt;<br>&gt;&gt; This should probably be fixed prior to releasing of 1.7 : )<br>&gt;&gt;<br>&gt;&gt; Cheers.<br>
&gt;&gt;<br>&gt;&gt; Math<br>&gt;&gt;<br>&gt;&gt;<br></div>