Added thumbnail scaling options

Changed ffmpeg thumbnailer to instead output a full-size png which is forwarded to the image thumbnailer, to allow it to take advantage of all available scaling options
This commit is contained in:
Matthew Barbour
2020-06-11 16:58:19 -05:00
committed by Shish
parent 8e976fb812
commit b937ad6255
7 changed files with 123 additions and 46 deletions

View File

@ -88,7 +88,7 @@ class TranscodeImage extends Extension
$sb->add_choice_option(TranscodeConfig::UPLOAD_PREFIX.$format, $outputs, "$display", true);
}
}
$sb->add_int_option(TranscodeConfig::QUALITY, "Lossy format quality: ");
$sb->add_int_option(TranscodeConfig::QUALITY, "Lossy Format Quality", true);
$sb->end_table();
$event->panel->add_block($sb);
}