# cat=jpg/Binary/2000; type=string; label=Binary
jpgBinary = jpegoptim
# cat=jpg/Upload/2010; type=boolean; label=Activate for upload
jpgOnUpload = 0
# cat=jpg/Processing/2020; type=boolean; label=Activate for processing (after crop,scale, ...)
jpgOnProcessing = 0
# cat=jpg/Upload/2030; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
jpgParametersOnUpload = --strip-all %s
# cat=jpg/Processing/2040; type=string; label=Parameters for processing after crop,scale,... (%s will be replaced with filepath)
jpgParametersOnProcessing = --strip-all %s
# cat=jpg/check/2050; type=user[Lemming\Imageoptimizer\ConfigurationTest->testCommand]; label=Test commands
jpgCheck = jpg

# cat=png/Binary/2100; type=string; label=Binary
pngBinary = optipng
# cat=png/Upload/2110; type=boolean; label=Activate for upload
pngOnUpload = 0
# cat=png/Processing/2120; type=boolean; label=Activate for processing (after crop,scale, ...)
pngOnProcessing = 0
# cat=png/Upload/2130; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
pngParametersOnUpload = -o2 %s
# cat=png/Processing/2140; type=string; label=Parameters for processing after crop,scale,... (%s will be replaced with filepath)
pngParametersOnProcessing = -o2 %s
# cat=png/check/2150; type=user[Lemming\Imageoptimizer\ConfigurationTest->testCommand]; label=Test commands
pngCheck = png

# cat=gif/Binary/2200; type=string; label=Binary
gifBinary = gifsicle
# cat=gif/Upload/2210; type=boolean; label=Activate for upload
gifOnUpload = 0
# cat=gif/Processing/2220; type=boolean; label=Activate for processing (after crop,scale, ...)
gifOnProcessing = 0
# cat=gif/Upload/2230; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
gifParametersOnUpload = --batch -O2 %s
# cat=gif/Processing/2240; type=string; label=Parameters for processing after crop,scale,... (%s will be replaced with filepath)
gifParametersOnProcessing = --batch -O2 %s
# cat=gif/check/2250; type=user[Lemming\Imageoptimizer\ConfigurationTest->testCommand]; label=Test commands
gifCheck = gif

# cat=svg/Binary/2300; type=string; label=Binary
svgBinary = svgo
# cat=svg/Upload/2310; type=boolean; label=Activate for upload
svgOnUpload = 0
# cat=svg/Upload/2330; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
svgParametersOnUpload = --pretty %s
# cat=svg/check/2340; type=user[Lemming\Imageoptimizer\ConfigurationTest->testCommand]; label=Test commands
svgCheck = svg
