[Pidgin] #16818: show base64 image
Pidgin
trac at pidgin.im
Mon Dec 7 04:28:29 EST 2015
#16818: show base64 image
---------------------+--------------------------
Reporter: yetist | Owner:
Type: patch | Status: new
Milestone: | Component: pidgin (gtk)
Version: 2.10.11 | Keywords:
---------------------+--------------------------
The current version of pidgin, if receive a chat message, that include
'''<img/>''', it will show an http link instead, it is not we wanted.
If we received the image message, there are two different data, one is:
{{{
<img src='http://...'/>
}}}
the other is:
{{{
<img src='data:image/xxx;base64,iVBORw0KGgXVCJiFpFF1UmQ0z...=='/>
}}}
In the first way, if to show image, pidgin should visit the url agent to
get image data.
In the second way, pidgin have already got the image data, to show the
image is easy.
So, I have write a patch to show image, if pidgin got the base64 encoded
image data.
--
Ticket URL: <https://developer.pidgin.im/ticket/16818>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list