You are here

protected function JpegTran::executableName in Image Optimize Binaries 8

Overrides ImageAPIOptimizeProcessorBinaryBase::executableName

File

src/Plugin/ImageAPIOptimizeProcessor/JpegTran.php, line 22

Class

JpegTran
Uses the JpegTran binary to optimize images.

Namespace

Drupal\imageapi_optimize_binaries\Plugin\ImageAPIOptimizeProcessor

Code

protected function executableName() {
  return 'jpegtran';
}