ImagePlugin. Closes #24
This commit is contained in:
@@ -128,8 +128,8 @@ class Base(object):
|
|||||||
msg = 'HTML image'
|
msg = 'HTML image'
|
||||||
extension = os.path.splitext(os.path.split(path_to_file)[1])[1] \
|
extension = os.path.splitext(os.path.split(path_to_file)[1])[1] \
|
||||||
.lower()[1:]
|
.lower()[1:]
|
||||||
xhtml = ' <img alt="img" src="data:image/%s;base64,%s"/>' % (
|
xhtml = '<body><br/> <img alt="img" src="data:image/%s;base64,%s"/> \
|
||||||
extension, img)
|
</body>' % (extension, img)
|
||||||
self.chat_control.send_message(message=msg, xhtml=xhtml)
|
self.chat_control.send_message(message=msg, xhtml=xhtml)
|
||||||
self.chat_control.msg_textview.grab_focus()
|
self.chat_control.msg_textview.grab_focus()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user