Home
last modified time | relevance | path

Searched refs:jpegtranBin (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegtranFilter.php30 private $jpegtranBin; variable in Assetic\\Filter\\JpegtranFilter
39 * @param string $jpegtranBin Path to the jpegtran binary
41 public function __construct($jpegtranBin = '/usr/bin/jpegtran') argument
43 $this->jpegtranBin = $jpegtranBin;
72 $pb = $this->createProcessBuilder(array($this->jpegtranBin));