protected function AdvPng::executableName in Image Optimize Binaries 8
Overrides ImageAPIOptimizeProcessorBinaryBase::executableName
File
- src/
Plugin/ ImageAPIOptimizeProcessor/ AdvPng.php, line 22
Class
- AdvPng
- Uses the AdvPng binary to optimize images.
Namespace
Drupal\imageapi_optimize_binaries\Plugin\ImageAPIOptimizeProcessorCode
protected function executableName() {
return 'advpng';
}