[mapguide-commits] r1300 - trunk/MgDev/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 20 12:09:55 EDT 2007


Author: traianstanev
Date: 2007-03-20 12:09:55 -0400 (Tue, 20 Mar 2007)
New Revision: 1300

Modified:
   trunk/MgDev/Common/Stylization/GDRenderer.cpp
Log:
fix comment

Modified: trunk/MgDev/Common/Stylization/GDRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GDRenderer.cpp	2007-03-20 15:12:00 UTC (rev 1299)
+++ trunk/MgDev/Common/Stylization/GDRenderer.cpp	2007-03-20 16:09:55 UTC (rev 1300)
@@ -249,7 +249,7 @@
     else
         im = (gdImagePtr)m_imout;
 
-    // Make output image interlaced (progressive, in the case of JPEG)
+    // Make output image non-interlaced --- it's a little faster to compress that way.
     gdImageInterlace(im, 0);
 
     // Make sure the alpha values get saved



More information about the mapguide-commits mailing list