Project

General

Profile

Actions

Bug #15995

closed

ImageMagick V.5 produce quality 0

Added by Reto Grimm about 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
-
Start date:
2006-04-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using ImageMagick V.5 with im_v5effects=1, rc3 produce pics with jpeg-quality 0.

I think the problem is located at t3lib/class.t3lib_stdgraphic.php, changing Line 312
from
$this->cmds['jpg'] = $this->cmds['jpeg'] = '-colorspace RGB quality '.intval($gfxConf['im_jpg_quality']).$this>v5_sharpen(10);
to
$this->cmds['jpg'] = $this->cmds['jpeg'] = '-colorspace RGB quality '.$this>jpegQuality.$this->v5_sharpen(10);
will solve the problem.
(issue imported from #M3151)


Files

im_jpg_quality.diff (636 Bytes) im_jpg_quality.diff Administrator Admin, 2006-04-06 23:53

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #15953: [jpg_quality] not changed to [im_jpg_quality] in install toolClosedMichael Stucki2006-03-31

Actions
Has duplicate TYPO3 Core - Bug #15912: Imagemagick creates blurry imagesClosed2006-03-28

Actions
Actions

Also available in: Atom PDF