We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e83ec commit e1bd700Copy full SHA for e1bd700
1 file changed
lib/midcom/helper/imagefilter.php
@@ -337,7 +337,7 @@ public function exifrotate()
337
];
338
339
$tmpfile = $this->_get_tempfile();
340
- $cmd = midcom::get()->config->get('utility_jpegtran') . " -outfile {$tmpfile} -copy all";
+ $cmd = midcom::get()->config->get('utility_jpegtran') . " -outfile {$tmpfile} -copy icc";
341
} else {
342
/* Mogrify */
343
debug_add("jpegtran not found, falling back to mogrify.");
0 commit comments