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:
@ -9,4 +9,5 @@ class TranscodeConfig
|
||||
const UPLOAD = "transcode_upload";
|
||||
const UPLOAD_PREFIX = "transcode_upload_";
|
||||
const QUALITY = "transcode_quality";
|
||||
const ALPHA_COLOR = "transcode_alpha_color";
|
||||
}
|
||||
|
Reference in New Issue
Block a user