Changeset 9858
- Timestamp:
- 03/26/11 11:03:05 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/external_ImageMagick/branch/2.1/imagick.class.php
r9857 r9858 131 131 132 132 $exec = $this->imagemagickdir.'convert'; 133 $exec .= ' '.realpath($this->source_path); 133 134 134 135 foreach ($this->commands as $command => $params) … … 141 142 } 142 143 143 $exec .= ' '.realpath($this->source_path);144 144 $exec .= ' '.realpath($this->tmp_path); 145 145 @exec($exec, $returnarray, $returnvalue); 146 146 @rename($this->tmp_path, $destination_filepath); 147 @chmod($destination_filepath, 0644); 148 147 149 } 148 150
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)