Skip to content

Commit cc881be

Browse files
authored
Merge pull request #762 from antoligy/756-merge-conflict
Input is added twice in the OptiPngProcessor.
2 parents e795495 + 34f4401 commit cc881be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Imagine/Filter/PostProcessor/OptiPngPostProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function process(BinaryInterface $binary)
7373
$pb->add('--strip=all');
7474
}
7575

76-
$pb->add($input = tempnam(sys_get_temp_dir(), 'imagine_optipng'));
7776
$pb->add($input);
7877

7978
if ($binary instanceof FileBinaryInterface) {

0 commit comments

Comments
 (0)