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:
@@ -7,6 +7,11 @@ abstract class MediaEngine
|
||||
public const FFMPEG = "ffmpeg";
|
||||
public const STATIC = "static";
|
||||
|
||||
const IMAGE_ENGINES = [
|
||||
"GD" => MediaEngine::GD,
|
||||
"ImageMagick" => MediaEngine::IMAGICK,
|
||||
];
|
||||
|
||||
public const ALL = [
|
||||
MediaEngine::GD,
|
||||
MediaEngine::FFMPEG,
|
||||
|
Reference in New Issue
Block a user