diff --git a/src/conversation_textview.py b/src/conversation_textview.py index 27ee3bdc3..7c44751c9 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -830,7 +830,7 @@ class ConversationTextview: exitcode = p.wait() if exitcode == 0: - p = Popen(['convert', tmpfile + '.ps', tmpfile + '.png'], + p = Popen(['convert', '-alpha', 'off', tmpfile + '.ps', tmpfile + '.png'], cwd=gettempdir()) exitcode = p.wait()