Add thumb_convert_path to Board Config

This commit is contained in:
velocity37 2012-08-21 18:42:14 -07:00
parent 99e431598c
commit d154b38680

View File

@ -264,6 +264,8 @@ class ImageIO extends Extension {
$sb->add_label(" px at ");
$sb->add_int_option("thumb_quality");
$sb->add_label(" % quality ");
$sb->add_label("<br>ImageMagick Binary: ");
$sb->add_text_option("thumb_convert_path");
if($config->get_string("thumb_engine") == "gd") {
$sb->add_shorthand_int_option("thumb_mem_limit", "<br>Max memory use: ");