[pLog-svn] r692 - plog/trunk/class/gallery/resizers

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Jan 8 17:04:00 GMT 2005


Author: oscar
Date: 2005-01-08 17:03:59 +0000 (Sat, 08 Jan 2005)
New Revision: 692

Modified:
   plog/trunk/class/gallery/resizers/galleryimagemagickresizer.class.php
Log:
removed some unnecessary spaces in the 'convert' command according to http://www.plogworld.net/forums/viewtopic.php?p=7201#7201

Modified: plog/trunk/class/gallery/resizers/galleryimagemagickresizer.class.php
===================================================================
--- plog/trunk/class/gallery/resizers/galleryimagemagickresizer.class.php	2005-01-08 17:01:46 UTC (rev 691)
+++ plog/trunk/class/gallery/resizers/galleryimagemagickresizer.class.php	2005-01-08 17:03:59 UTC (rev 692)
@@ -23,7 +23,7 @@
         	$convertPath = $config->getValue( "path_to_convert" );
 
             // run the command
-        	$command = $convertPath." -geometry ".$width." x ".$height." ".$this->_image." ".$outFile;
+        	$command = $convertPath." -geometry ".$width."x".$height." ".$this->_image." ".$outFile;
             //$this->log->debug( "ImageMagick resizer: ".$command );
         	$cmdOuput = system($command, $retval);
 




More information about the pLog-svn mailing list