Project

General

Profile

Actions

Feature #19748

closed

ImageMagick generates larger than necessary files

Added by John Angel over 15 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2008-12-27
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

IM preserves image profile information unless '-strip' option is specified. More info:
http://www.imagemagick.org/Usage/thumbnails/#profiles
http://www.imagemagick.org/www/command-line-options.html#strip

Patch:

t3lib/class.t3lib_div.php:5074

INSTEAD:

$cmdLine = $path.' '.$parameters;

PUT:

$cmdLine = $path.' -strip '.$parameters;

(issue imported from #M10025)


Files

10025_v8.patch (5.48 KB) 10025_v8.patch Administrator Admin, 2009-03-27 17:28
Actions

Also available in: Atom PDF