0.8.0.2
This commit is contained in:
@@ -10,6 +10,7 @@ $bin_exiftool = escapeshellarg(__DIR__."/bin/exiftool");
|
||||
$bin_ffmpeg = escapeshellarg(__DIR__."/bin/ffmpeg");
|
||||
$bin_qlthumb = escapeshellarg(__DIR__."/bin/ql-thumbnail");
|
||||
$bin_qlicon = escapeshellarg(__DIR__."/bin/ql-icon");
|
||||
$bin_iff = escapeshellarg(__DIR__."/bin/iff");
|
||||
$bin_qltool = escapeshellarg(__DIR__."/bin/qltool");
|
||||
$bin_sox = escapeshellarg(__DIR__."/bin/sox");
|
||||
$bin_pngquant = escapeshellarg(__DIR__."/bin/pngquant");
|
||||
@@ -38,7 +39,9 @@ $p['bundles'] = array( "app",
|
||||
"framework",
|
||||
"plugin",
|
||||
"kext",
|
||||
"rtfd"
|
||||
"rtfd",
|
||||
"qlgenerator",
|
||||
"workflow"
|
||||
);
|
||||
|
||||
// Completely ignore these files
|
||||
@@ -94,10 +97,14 @@ $p['t_b']['divx'] = array("ql-thumbnail","ffmpeg");
|
||||
$p['t_b']['fla'] = array("ql-thumbnail","ffmpeg");
|
||||
$p['t_b']['flv'] = array("ql-thumbnail","ffmpeg");
|
||||
$p['t_b']['webm'] = array("ql-thumbnail","ffmpeg");
|
||||
|
||||
$p['t_b']['jpg'] = array("sips","ql-thumbnail","vips");
|
||||
$p['t_b']['jpeg'] = array("sips","ql-thumbnail","vips");
|
||||
$p['t_b']['png'] = array("sips","ql-thumbnail","vips");
|
||||
|
||||
// sips provides a minor speed improvement but also scales small images up
|
||||
//$p['t_b']['jpg'] = array("sips","ql-thumbnail","vips");
|
||||
//$p['t_b']['jpeg'] = array("sips","ql-thumbnail","vips");
|
||||
//$p['t_b']['png'] = array("sips","ql-thumbnail","vips");
|
||||
$p['t_b']['jpg'] = array("ql-thumbnail","sips","vips");
|
||||
$p['t_b']['jpeg'] = array("ql-thumbnail","sips","vips");
|
||||
$p['t_b']['png'] = array("ql-thumbnail","sips","vips");
|
||||
|
||||
$p['t_b']['tif'] = array("vips","sips","ql-thumbnail");
|
||||
$p['t_b']['tiff'] = array("vips","sips","ql-thumbnail");
|
||||
|
||||
Reference in New Issue
Block a user