Project

General

Profile

Bug #22046 » 0013406_v1.diff

Administrator Admin, 2010-02-02 20:13

View differences:

t3lib/thumbs.php
/* if (strstr($this->input,' ') || strstr($this->output,' ')) {
$this->errorGif('Spaces in','filepath',basename($this->input));
}
*/ // 16 colors for small (56) thumbs, 64 for bigger and all for jpegs
if ($outext=='jpg') {
$colors = '';
} else {
$colors = ($sizeMax>56)?'-colors 64':'-colors 16';
}
$parameters = '-sample '.$this->size.' '.$colors.' '.$this->wrapFileName($this->input).'[0] '.$this->wrapFileName($this->output);
*/
$parameters = '-sample '.$this->size.' '.$this->wrapFileName($this->input).'[0] '.$this->wrapFileName($this->output);
$cmd = t3lib_div::imageMagickCommand('convert', $parameters);
exec($cmd);
if (!file_exists($this->output)) {
(1-1/4)