[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/lib/kofficecore
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2003-03-17 13:10:47
[Download RAW message or body]

CVS commit by goutte: 

Do not call GhostScript with resolution parameters!

Reason: it brings more problems at print than solutions


  M +5 -1      koPictureEps.cc   1.14


--- koffice/lib/kofficecore/koPictureEps.cc  #1.13:1.14
@@ -104,8 +104,12 @@ QImage KoPictureEps::scaleWithGhostScrip
     if ( ( resolutionx > 0) && ( resolutiony > 0) )
     {
+#if 0
+        // Do not play with resolution for now.
+        // It brings more problems at print than solutions
         cmdBuf += " -r";
         cmdBuf += QString::number( resolutionx );
         cmdBuf += "x";
         cmdBuf += QString::number( resolutiony );
+#endif
     }
     


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic