diff --git a/shell_command.py b/shell_command.py index cf86c77..34e2b99 100755 --- a/shell_command.py +++ b/shell_command.py @@ -40,7 +40,8 @@ class ConvertCommand(ShellCommand): """An ImageMagick convert command.""" _executable = distutils.spawn.find_executable("convert") - _base_options = ["-scale", "2048x1536", "-density", "600"] + _base_options = ["-scale", "2048x1536", "-density", "600", + "-background", "white", "-flatten"] class FFprobeCommand(ShellCommand):