We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e795495 + 34f4401 commit cc881beCopy full SHA for cc881be
Imagine/Filter/PostProcessor/OptiPngPostProcessor.php
@@ -73,7 +73,6 @@ public function process(BinaryInterface $binary)
73
$pb->add('--strip=all');
74
}
75
76
- $pb->add($input = tempnam(sys_get_temp_dir(), 'imagine_optipng'));
77
$pb->add($input);
78
79
if ($binary instanceof FileBinaryInterface) {
0 commit comments