forked from Cavemanon/cavepaintings
Added option to transcode extension and thumbnailing to choose the color to use to fill in the background when converting an image with an alpha channel to a format without
This commit is contained in:
@ -176,6 +176,7 @@ function create_scaled_image(string $inname, string $outname, array $tsize, stri
|
||||
$tsize[1],
|
||||
$resize_type,
|
||||
$output_mime,
|
||||
$config->get_string(ImageConfig::THUMB_ALPHA_COLOR),
|
||||
$config->get_int(ImageConfig::THUMB_QUALITY),
|
||||
true,
|
||||
true
|
||||
|
Reference in New Issue
Block a user